qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RESEND PATCH V3 0/2] Introduce "machine" QemuOpts


From: anthony . perard
Subject: [Qemu-devel] [RESEND PATCH V3 0/2] Introduce "machine" QemuOpts
Date: Tue, 25 Jan 2011 12:36:07 +0000

From: Anthony PERARD <address@hidden>

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




reply via email to

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