]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/cpu-qom.h
target-i386: forward CPUID cache leaves when -cpu host is used
[qemu.git] / target-i386 / cpu-qom.h
index c4447c2b6ee860dd8229757a10c32ece383125b8..f4fab155bdfbc695ae2b390ab6c812d7835d4cdd 100644 (file)
@@ -70,6 +70,9 @@ typedef struct X86CPU {
     bool hyperv_relaxed_timing;
     int hyperv_spinlock_attempts;
 
+    /* if true the CPUID code directly forward host cache leaves to the guest */
+    bool cache_info_passthrough;
+
     /* Features that were filtered out because of missing host capabilities */
     uint32_t filtered_features[FEATURE_WORDS];