]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu.h
target-i386: Fill high bits of mtrr mask
[mirror_qemu.git] / target-i386 / cpu.h
index b2ddcb8085e6aeb99c60c6a0d52dc9937f5f1aaf..b2ab8bf4be63456cbf62c43e2ed7ba2addb56097 100644 (file)
@@ -1198,6 +1198,9 @@ struct X86CPU {
     /* Compatibility bits for old machine types: */
     bool enable_cpuid_0xb;
 
+    /* if true fill the top bits of the MTRR_PHYSMASKn variable range */
+    bool fill_mtrr_mask;
+
     /* Number of physical address bits supported */
     uint32_t phys_bits;