]> Git Repo - qemu.git/commitdiff
pc: add Q35 to QOM composition tree under /machine
authorIgor Mammedov <[email protected]>
Mon, 29 Jul 2013 14:47:54 +0000 (16:47 +0200)
committerAnthony Liguori <[email protected]>
Tue, 30 Jul 2013 00:33:33 +0000 (19:33 -0500)
Signed-off-by: Igor Mammedov <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Message-id: 1375109277[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
hw/i386/pc_q35.c

index 0b1d2e32f79e548609c1870cb990c9b157ea2aaa..2f35d12bf2b070d590769c17fdb32a9ab3270722 100644 (file)
@@ -131,6 +131,7 @@ static void pc_q35_init(QEMUMachineInitArgs *args)
     /* create pci host bus */
     q35_host = Q35_HOST_DEVICE(qdev_create(NULL, TYPE_Q35_HOST_DEVICE));
 
+    object_property_add_child(qdev_get_machine(), "q35", OBJECT(q35_host), NULL);
     q35_host->mch.ram_memory = ram_memory;
     q35_host->mch.pci_address_space = pci_memory;
     q35_host->mch.system_memory = get_system_memory();
This page took 0.024459 seconds and 4 git commands to generate.