commit | 9fb4f5f5a1fd7619e221fd5068003c5b491b2bf0 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Jun 17 01:13:34 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 29 10:49:43 2023 +0200 |
tree | 04c075ed2a6b7b2318b25289bf794288fdde5f54 | |
parent | 5bef742cc4f0e21c80a31611af7881ba811e507f [diff] |
target/i386: ignore ARCH_CAPABILITIES features in user mode emulation 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 <pbonzini@redhat.com>