]> git.proxmox.com Git - qemu.git/blobdiff - hw/boards.h
usb-hid: fixup changed tracking.
[qemu.git] / hw / boards.h
index d8893413d42536e072e63931b5ea3bb9e916e2b0..716fd7b1a66627509ef87ef62a3b49537539d004 100644 (file)
@@ -19,8 +19,16 @@ typedef struct QEMUMachine {
     QEMUMachineInitFunc *init;
     int use_scsi;
     int max_cpus;
+    unsigned int no_serial:1,
+        no_parallel:1,
+        use_virtcon:1,
+        no_vga:1,
+        no_floppy:1,
+        no_cdrom:1,
+        no_sdcard:1;
     int is_default;
-    CompatProperty *compat_props;
+    const char *default_machine_opts;
+    GlobalProperty *compat_props;
     struct QEMUMachine *next;
 } QEMUMachine;