qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/2] Introduce "machine" QemuOpts
@ 2010-11-23 13:46 anthony.perard
  2010-11-23 13:47 ` [Qemu-devel] [PATCH V2 1/2] Introduce -machine command option anthony.perard
  2010-11-23 13:47 ` [Qemu-devel] [PATCH V2 2/2] machine, Add default_machine_opts to QEMUMachine anthony.perard
  0 siblings, 2 replies; 8+ messages in thread
From: anthony.perard @ 2010-11-23 13:46 UTC (permalink / raw)
  To: QEMU-devel; +Cc: anthony.perard

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.

The difference with the V1:
  - use of QemuOpts.
  - replace -accel command line options by -machine.
  - now, when specifying -enable-kvm or -machine, all other -machine options are override.
  - the new patch that adds default_machine_opts to QEMUMachine.

With the new 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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-12-21 21:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 13:46 [Qemu-devel] [PATCH V2 0/2] Introduce "machine" QemuOpts anthony.perard
2010-11-23 13:47 ` [Qemu-devel] [PATCH V2 1/2] Introduce -machine command option anthony.perard
2010-12-02 14:18   ` [Qemu-devel] " anthony.perard
2010-12-21 17:33     ` Alexander Graf
2010-12-21 18:57       ` Andreas Färber
2010-12-21 19:03         ` Alexander Graf
2010-12-21 21:18           ` Anthony PERARD
2010-11-23 13:47 ` [Qemu-devel] [PATCH V2 2/2] machine, Add default_machine_opts to QEMUMachine anthony.perard

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).