diff mbox

PC: pc-0.15 is not the default

Message ID 1326066631-7972-1-git-send-email-agraf@suse.de
State New
Headers show

Commit Message

Alexander Graf Jan. 8, 2012, 11:50 p.m. UTC
During creation of the pc-0.15 machine type something must have gone wrong
and the is_default field was still set, even though our default machine is
1.0. Remove that field.

Signed-off-by: Alexander Graf <agraf@suse.de>
diff mbox

Patch

diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index b70431f..00f525e 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -328,7 +328,6 @@  static QEMUMachine pc_machine_v0_15 = {
     .desc = "Standard PC",
     .init = pc_init_pci,
     .max_cpus = 255,
-    .is_default = 1,
 };
 
 static QEMUMachine pc_machine_v0_14 = {