]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/pc.c
pc/vl: Add units-per-default-bus property
[mirror_qemu.git] / hw / i386 / pc.c
index 82a7daa188385b9275bc61160cfa4eb274edf18b..d045e8b4547e1da3c79d7275491103a22789d52a 100644 (file)
@@ -1524,6 +1524,7 @@ static void pc_generic_machine_class_init(ObjectClass *oc, void *data)
     mc->hot_add_cpu = qm->hot_add_cpu;
     mc->kvm_type = qm->kvm_type;
     mc->block_default_type = qm->block_default_type;
+    mc->units_per_default_bus = qm->units_per_default_bus;
     mc->max_cpus = qm->max_cpus;
     mc->no_serial = qm->no_serial;
     mc->no_parallel = qm->no_parallel;