]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/i386/pc.h
i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leaf
[mirror_qemu.git] / include / hw / i386 / pc.h
index f48d16720790cc6ca42a131ec1fe415acec0a7bc..d80859bfadf59c549a9b6a8afd46c3d4162ae9df 100644 (file)
@@ -379,6 +379,11 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
 
 #define PC_COMPAT_2_8 \
     HW_COMPAT_2_8 \
+    {\
+        .driver   = TYPE_X86_CPU,\
+        .property = "tcg-cpuid",\
+        .value    = "off",\
+    },\
     {\
         .driver   = "kvmclock",\
         .property = "x-mach-use-reliable-get-clock",\