From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3okz-0000D6-Mq for qemu-devel@nongnu.org; Mon, 29 Jul 2013 10:49:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3oku-0002K0-Lw for qemu-devel@nongnu.org; Mon, 29 Jul 2013 10:49:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3oku-0002Jo-ER for qemu-devel@nongnu.org; Mon, 29 Jul 2013 10:49:00 -0400 From: Igor Mammedov Date: Mon, 29 Jul 2013 16:47:54 +0200 Message-Id: <1375109277-25561-5-git-send-email-imammedo@redhat.com> In-Reply-To: <1375109277-25561-1-git-send-email-imammedo@redhat.com> References: <1375109277-25561-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 4/7] pc: add Q35 to QOM composition tree under /machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: afaerber@suse.de, mst@redhat.com Signed-off-by: Igor Mammedov Reviewed-by: Andreas F=C3=A4rber --- hw/i386/pc_q35.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 0b1d2e3..2f35d12 100644 --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @@ -131,6 +131,7 @@ static void pc_q35_init(QEMUMachineInitArgs *args) /* create pci host bus */ q35_host =3D Q35_HOST_DEVICE(qdev_create(NULL, TYPE_Q35_HOST_DEVICE)= ); =20 + object_property_add_child(qdev_get_machine(), "q35", OBJECT(q35_host= ), NULL); q35_host->mch.ram_memory =3D ram_memory; q35_host->mch.pci_address_space =3D pci_memory; q35_host->mch.system_memory =3D get_system_memory(); --=20 1.7.1