summary refs log tree commit diff stats
path: root/target/i386/cpu.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-09-20 17:41:17 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-09-21 10:39:51 +0200
commit0c49c9180c5498bcd55edc1bfb12b0466e08575c (patch)
tree4ca1786729d1edf269be81774f2371970f09538a /target/i386/cpu.c
parent005ad32358f12fe9313a4a01918a55e60d4f39e5 (diff)
downloadfocaccia-qemu-0c49c9180c5498bcd55edc1bfb12b0466e08575c.tar.gz
focaccia-qemu-0c49c9180c5498bcd55edc1bfb12b0466e08575c.zip
target/i386: enumerate bit 56 of MSR_IA32_VMX_BASIC
On parts that enumerate IA32_VMX_BASIC MSR bit as 1, any exception vector
can be delivered with or without an error code if the other consistency
checks are satisfied.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/cpu.c')
-rw-r--r--target/i386/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index b2a20365e1..d48607b4e1 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -1340,6 +1340,7 @@ FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
         .feat_names = {
             [54] = "vmx-ins-outs",
             [55] = "vmx-true-ctls",
+            [56] = "vmx-any-errcode",
         },
         .msr = {
             .index = MSR_IA32_VMX_BASIC,