]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/i386/pc.h
pc: Move compat_apic_id_mode variable to PCMachineClass
[mirror_qemu.git] / include / hw / i386 / pc.h
index c54cc54a479908b976b0fa035dfd299b0cfc657b..853502f277c0e35beaff56b542489b8cf99918b4 100644 (file)
@@ -134,6 +134,9 @@ typedef struct PCMachineClass {
 
     /* use PVH to load kernels that support this feature */
     bool pvh_enabled;
+
+    /* Enables contiguous-apic-ID mode */
+    bool compat_apic_id_mode;
 } PCMachineClass;
 
 #define TYPE_PC_MACHINE "generic-pc-machine"