From patchwork Sun Jan 8 19:51:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v10,6/8] hw/pc_piix: remove is_default for pc-0.15 Date: Sun, 08 Jan 2012 09:51:38 -0000 From: jordan.l.justen@intel.com X-Patchwork-Id: 134930 Message-Id: <1326052300-1172-7-git-send-email-jordan.l.justen@intel.com> To: qemu-devel@nongnu.org Cc: Jordan Justen Signed-off-by: Jordan Justen --- hw/pc_piix.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 = {