qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 08/21] target/ppc: Remove msr_ce macro


From: Richard Henderson
Subject: Re: [PATCH v2 08/21] target/ppc: Remove msr_ce macro
Date: Mon, 2 May 2022 14:58:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/2/22 07:39, Víctor Colombo wrote:
msr_ce macro hides the usage of env->msr, which is a bad behavior
Substitute it with FIELD_EX64 calls that explicitly use env->msr
as a parameter.

Suggested-by: Richard Henderson<[email protected]>
Signed-off-by: Víctor Colombo<[email protected]>

Reviewed-by: Richard Henderson <[email protected]>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]