From patchwork Wed Feb 22 07:18:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v11,7/9] hw/pc_piix: remove is_default for pc-0.15 Date: Tue, 21 Feb 2012 21:18:54 -0000 From: jordan.l.justen@intel.com X-Patchwork-Id: 142404 Message-Id: <1329895136-20494-8-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 17f8d5d..2fc4211 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 = {