qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 15/19] unicore32-softmmu: Add is_default setting for


From: gxt
Subject: [Qemu-devel] [PATCH 15/19] unicore32-softmmu: Add is_default setting for puv3 machine
Date: Tue, 7 Aug 2012 18:00:55 +0800

From: Guan Xuetao <address@hidden>

This patch sets is_default to 1 for puv3 machine, so that
find_default_machine() returns puv3 machine.
Thanks Dunrong for pointing it out.

Cc: Dunrong Huang <address@hidden>
Signed-off-by: Guan Xuetao <address@hidden>
---
 hw/puv3.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/puv3.c b/hw/puv3.c
index 271df97..43f7216 100644
--- a/hw/puv3.c
+++ b/hw/puv3.c
@@ -119,6 +119,7 @@ static QEMUMachine puv3_machine = {
     .name = "puv3",
     .desc = "PKUnity Version-3 based on UniCore32",
     .init = puv3_init,
+    .is_default = 1,
     .use_scsi = 0,
 };
 
-- 
1.7.0.4




reply via email to

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