diff mbox

PC: pc-0.15 is not the default

Message ID 1326066745-8170-1-git-send-email-agraf@suse.de
State New
Headers show

Commit Message

Alexander Graf Jan. 8, 2012, 11:52 p.m. UTC
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 <agraf@suse.de>

Comments

Alexander Graf Jan. 8, 2012, 11:52 p.m. UTC | #1
On 09.01.2012, at 00:52, Alexander Graf wrote:

> 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 <agraf@suse.de>

Oops, sorry. Misused git-send-mail and accidently sent this one twice :). Please ignore and reply to the other one.


Alex
diff mbox

Patch

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