qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: gxt@mprc.pku.edu
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com, Guan Xuetao <gxt@mprc.pku.edu.cn>,
	Dunrong Huang <riegamaths@gmail.com>,
	afaerber@suse.de, chenwj@iis.sinica.edu.tw
Subject: [Qemu-devel] [PATCH] unicore32-softmmu: Add is_default setting for puv3 machine
Date: Fri, 20 Jul 2012 15:51:23 +0800	[thread overview]
Message-ID: <1342770683-23051-1-git-send-email-gxt@mprc.pku.edu> (raw)

From: Guan Xuetao <gxt@mprc.pku.edu.cn>

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 <riegamaths@gmail.com>
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
---
 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	other threads:[~2012-07-20  8:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1342770683-23051-1-git-send-email-gxt@mprc.pku.edu \
    --to=gxt@mprc.pku.edu \
    --cc=afaerber@suse.de \
    --cc=blauwirbel@gmail.com \
    --cc=chenwj@iis.sinica.edu.tw \
    --cc=gxt@mprc.pku.edu.cn \
    --cc=qemu-devel@nongnu.org \
    --cc=riegamaths@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).