From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyi7b-0002Uh-VX for qemu-devel@nongnu.org; Wed, 10 Dec 2014 09:20:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyi7X-0005Nm-68 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 09:20:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyi7W-0005MH-VC for qemu-devel@nongnu.org; Wed, 10 Dec 2014 09:20:03 -0500 From: Marcel Apfelbaum Date: Wed, 10 Dec 2014 15:19:27 +0200 Message-Id: <1418217570-15517-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] machine: dynamic options per machine type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, greg.bellows@linaro.org, agraf@suse.de, mst@redhat.com This series follows the following upstream discussion: http://lists.gnu.org/archive/html/qemu-devel/2014-12/msg00697.html QEMU has support for options per machine, keeping a global list of options is no longer necessary. While at it, simplified machine_set_property and added support for -machine,? help. Marcel Apfelbaum (3): machine: remove qemu_machine_opts global list vl.c: simplified machine_set_property vl.c: add HMP help to machine hw/core/machine.c | 45 +++++++++++++++++++++ hw/i386/pc.c | 7 ++++ hw/ppc/spapr.c | 3 ++ vl.c | 117 ++++++++++++++++-------------------------------------- 4 files changed, 90 insertions(+), 82 deletions(-) -- 1.9.3