On 5/2/22 07:39, Víctor Colombo wrote:
msr_pr 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]> --- v2: Remove M_MSR_PR and use FIELD_EX64 instead Signed-off-by: Víctor Colombo<[email protected]> ---
Reviewed-by: Richard Henderson <[email protected]> r~
