]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/i386/pc.h
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
[mirror_qemu.git] / include / hw / i386 / pc.h
index 9d85b89e4f04b81090088719549ab56d92ce9a17..69d9cf8e67eb60a9d6cf426cc67f5a0989d2ba01 100644 (file)
@@ -39,7 +39,7 @@ struct PCMachineState {
     ISADevice *rtc;
 
     uint64_t max_ram_below_4g;
-    bool vmport;
+    OnOffAuto vmport;
     bool enforce_aligned_dimm;
 };