]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/versatilepb.c
Make default boot order machine specific
[mirror_qemu.git] / hw / versatilepb.c
index bf72ebb3051a4606beaad1b83e6e6a074fc4f387..7a1b20b36c3b664aac9288faeeab354a59342eaa 100644 (file)
@@ -359,6 +359,7 @@ static QEMUMachine versatilepb_machine = {
     .desc = "ARM Versatile/PB (ARM926EJ-S)",
     .init = vpb_init,
     .block_default_type = IF_SCSI,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static QEMUMachine versatileab_machine = {
@@ -366,6 +367,7 @@ static QEMUMachine versatileab_machine = {
     .desc = "ARM Versatile/AB (ARM926EJ-S)",
     .init = vab_init,
     .block_default_type = IF_SCSI,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void versatile_machine_init(void)