From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Phi8R-0004Nn-5B for qemu-devel@nongnu.org; Tue, 25 Jan 2011 07:36:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Phi8Q-0002uc-2t for qemu-devel@nongnu.org; Tue, 25 Jan 2011 07:36:34 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:56436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Phi8Q-0002tp-04 for qemu-devel@nongnu.org; Tue, 25 Jan 2011 07:36:34 -0500 From: anthony.perard@citrix.com Date: Tue, 25 Jan 2011 12:36:07 +0000 Message-Id: <1295958969-28755-1-git-send-email-anthony.perard@citrix.com> Subject: [Qemu-devel] [RESEND PATCH V3 0/2] Introduce "machine" QemuOpts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU-devel Cc: Anthony PERARD , Stefano Stabellini From: Anthony PERARD 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(-)