From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59125 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJVpX-0003tu-Em for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:04:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJVpL-0001JW-OY for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:04:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5141) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJVpL-0001JF-H1 for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:04:35 -0400 From: Glauber Costa Date: Tue, 1 Jun 2010 13:56:14 -0400 Message-Id: <1275414976-18258-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] basic machine opts framework List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hello, This is a resent (rebased) of an old patch set of mine, I sent some time ago. With that, we should have all the needed infrastructure to select the in-kernel irqchip for KVM. Glauber Costa (2): early set current_machine basic machine opts framework hw/boards.h | 10 +++++++++ hw/pc.c | 45 ++++++++++++++++++++++++++++++++++++----- qemu-config.c | 16 ++++++++++++++ qemu-config.h | 1 + qemu-options.hx | 9 ++++++++ vl.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 6 files changed, 132 insertions(+), 8 deletions(-)