From: anthony.perard@citrix.com
To: QEMU-devel <qemu-devel@nongnu.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [Qemu-devel] [RESEND PATCH V3 0/2] Introduce "machine" QemuOpts
Date: Tue, 25 Jan 2011 12:36:07 +0000 [thread overview]
Message-ID: <1295958969-28755-1-git-send-email-anthony.perard@citrix.com> (raw)
From: Anthony PERARD <anthony.perard@citrix.com>
The first patch adds "-machine accel=accels" to Qemu options. And the second
one adds a new field in QEMUMachine to be able to specify a set of machine
options.
With the second patch, we will be able to run a Xen specific machine without
saying to use Xen as an "accelerator".
Anthony PERARD (2):
Introduce -machine command option.
machine, Add default_machine_opts to QEMUMachine.
arch_init.c | 5 ++
arch_init.h | 1 +
hw/boards.h | 1 +
qemu-config.c | 14 ++++++
qemu-options.hx | 10 ++++
vl.c | 124 +++++++++++++++++++++++++++++++++++++++++++++++++-----
6 files changed, 143 insertions(+), 12 deletions(-)
next reply other threads:[~2011-01-25 12:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-25 12:36 anthony.perard [this message]
2011-01-25 12:36 ` [Qemu-devel] [RESEND PATCH V3 1/2] Introduce -machine command option anthony.perard
2011-01-25 12:36 ` [Qemu-devel] [RESEND PATCH V3 2/2] machine, Add default_machine_opts to QEMUMachine anthony.perard
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=1295958969-28755-1-git-send-email-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.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).