]> Git Repo - qemu.git/commitdiff
target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3
authorRadim Krčmář <[email protected]>
Tue, 4 Aug 2015 14:17:21 +0000 (16:17 +0200)
committerEduardo Habkost <[email protected]>
Tue, 4 Aug 2015 15:49:32 +0000 (12:49 -0300)
Previous patch changed xlevel and missed the compatibility code.

Fixes: 3046bb5debc8 ("target-i386: emulate CPUID level of real hardware")
Signed-off-by: Radim Krčmář <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
include/hw/i386/pc.h

index c4165740cf1cc47ade8cf91747961bed5802a625..954203d227e475c8aa6738f1fcbbc1fb4dc2ed48 100644 (file)
@@ -350,6 +350,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
             .driver   = "SandyBridge" "-" TYPE_X86_CPU,\
             .property = "xlevel",\
             .value    = stringify(0x8000000a),\
+        },{\
+            .driver   = "IvyBridge" "-" TYPE_X86_CPU,\
+            .property = "xlevel",\
+            .value    = stringify(0x8000000a),\
         },{\
             .driver   = "Haswell" "-" TYPE_X86_CPU,\
             .property = "xlevel",\
This page took 0.023297 seconds and 4 git commands to generate.