]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/boards.h
pc/vl: Add units-per-default-bus property
[mirror_qemu.git] / include / hw / boards.h
index dfb6718dc184c8c3eb0fe2392703a386f8efe767..663f16acdd2e655f636c5c9c1960f8e72ca501f2 100644 (file)
@@ -28,6 +28,7 @@ struct QEMUMachine {
     QEMUMachineHotAddCPUFunc *hot_add_cpu;
     QEMUMachineGetKvmtypeFunc *kvm_type;
     BlockInterfaceType block_default_type;
+    int units_per_default_bus;
     int max_cpus;
     unsigned int no_serial:1,
         no_parallel:1,
@@ -86,6 +87,7 @@ struct MachineClass {
     int (*kvm_type)(const char *arg);
 
     BlockInterfaceType block_default_type;
+    int units_per_default_bus;
     int max_cpus;
     unsigned int no_serial:1,
         no_parallel:1,