]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/pc_q35.c
pc/vl: Add units-per-default-bus property
[mirror_qemu.git] / hw / i386 / pc_q35.c
index d4a907c71b7fa748d3c42516a605a1118a09bcda..b28ddbb74239bb913e276013dc74fb44c8e50067 100644 (file)
@@ -344,7 +344,8 @@ static void pc_q35_init_1_4(MachineState *machine)
 #define PC_Q35_MACHINE_OPTIONS \
     PC_DEFAULT_MACHINE_OPTIONS, \
     .desc = "Standard PC (Q35 + ICH9, 2009)", \
-    .hot_add_cpu = pc_hot_add_cpu
+    .hot_add_cpu = pc_hot_add_cpu, \
+    .units_per_default_bus = 1
 
 #define PC_Q35_2_2_MACHINE_OPTIONS                      \
     PC_Q35_MACHINE_OPTIONS,                             \