]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/i386/pc.h
target/i386: add clflushopt to "Skylake-Server" cpu model
[mirror_qemu.git] / include / hw / i386 / pc.h
index 83d825e8966d3e49fbbf67dddebe52c9960a15db..bb49165fe0a432dbf81511b1da5f97c7f78736e5 100644 (file)
@@ -323,6 +323,11 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
 
 #define PC_COMPAT_2_11 \
     HW_COMPAT_2_11 \
+    {\
+        .driver   = "Skylake-Server" "-" TYPE_X86_CPU,\
+        .property = "clflushopt",\
+        .value    = "off",\
+    },
 
 #define PC_COMPAT_2_10 \
     HW_COMPAT_2_10 \