qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] PC: pc-0.15 is not the default


From: Alexander Graf
Subject: [Qemu-devel] [PATCH] PC: pc-0.15 is not the default
Date: Mon, 9 Jan 2012 00:50:31 +0100

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 <address@hidden>

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 = {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]