From: Jordan Justen Date: Wed, 22 Feb 2012 07:18:54 +0000 (-0800) Subject: hw/pc_piix: remove is_default for pc-0.15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed778c8d9f6d378943dc6d92fbe0bf5c3373694d;p=qemu.git hw/pc_piix: remove is_default for pc-0.15 Signed-off-by: Jordan Justen Signed-off-by: Anthony Liguori --- diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 17f8d5d593..2fc42117d0 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c @@ -385,7 +385,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 = {