From patchwork Sun Jan 8 23:50:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: PC: pc-0.15 is not the default Date: Sun, 08 Jan 2012 13:50:31 -0000 From: Alexander Graf X-Patchwork-Id: 134951 Message-Id: <1326066631-7972-1-git-send-email-agraf@suse.de> To: "qemu-devel@nongnu.org Developers" 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 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 = {