From: Luiz Capitulino <lcapitulino@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH v2 0/3]: Improve machine type functions
Date: Fri, 24 Feb 2012 17:36:26 -0200 [thread overview]
Message-ID: <1330112189-29280-1-git-send-email-lcapitulino@redhat.com> (raw)
Actually, the major change is to move the machine type functions to boards.c.
But I wanted to keep the same subject as v1.
v2:
o Drop function renames
o Drop machine type list conversion to QTAILQ
o Rebase against latest master
o Other minor changes
Makefile.target | 1 +
hw/boards.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/boards.h | 3 +-
vl.c | 63 ---------------------------------------
4 files changed, 91 insertions(+), 64 deletions(-)
next reply other threads:[~2012-02-24 19:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 19:36 Luiz Capitulino [this message]
2012-02-24 19:36 ` [Qemu-devel] [PATCH 1/3] boards: qemu_register_machine(): return void Luiz Capitulino
2012-02-24 19:36 ` [Qemu-devel] [PATCH 2/3] boards: introduce machine_print_all() Luiz Capitulino
2012-02-24 19:36 ` [Qemu-devel] [PATCH 3/3] boards: move all machine type functions to boards.c Luiz Capitulino
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=1330112189-29280-1-git-send-email-lcapitulino@redhat.com \
--to=lcapitulino@redhat.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).