On 6/26/23 10:33, Paolo Bonzini wrote:
ARCH_CAPABILITIES is only accessible through a read-only MSR, so it has no impact on any user-mode operation (user-mode cannot read the MSR). So do not bother printing warnings about it in user mode emulation.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/cpu.c | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~