]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu.h
target-i386: Allow physical address bits to be set
[mirror_qemu.git] / target-i386 / cpu.h
index 8b6bd0be2a9a23dc5d6a5c1a39ee53550e2f3d93..b2ddcb8085e6aeb99c60c6a0d52dc9937f5f1aaf 100644 (file)
@@ -1198,6 +1198,9 @@ struct X86CPU {
     /* Compatibility bits for old machine types: */
     bool enable_cpuid_0xb;
 
+    /* Number of physical address bits supported */
+    uint32_t phys_bits;
+
     /* in order to simplify APIC support, we leave this pointer to the
        user */
     struct DeviceState *apic_state;