summary refs log tree commit diff stats
path: root/hw/i386/pc_q35.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-08-09 12:35:02 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2013-08-12 09:31:14 -0500
commit6dd2a5c98a6b1c9189d342bcc3493c9b5dd1217e (patch)
treea054eb04c6992ab648c9c92de6aefdfa64daea8d /hw/i386/pc_q35.c
parenta904410af5f1ed6ff031e9e4119ca2f5d99647ce (diff)
downloadfocaccia-qemu-6dd2a5c98a6b1c9189d342bcc3493c9b5dd1217e.tar.gz
focaccia-qemu-6dd2a5c98a6b1c9189d342bcc3493c9b5dd1217e.zip
pc_sysfw: do not make it a device anymore
Move the code to hw/i386, the sole remaining property is available
as !pci_enabled.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1376069702-22330-4-git-send-email-aliguori@us.ibm.com

Rebased.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/i386/pc_q35.c')
-rw-r--r--hw/i386/pc_q35.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c
index 6bfc2ca92e..be6013f472 100644
--- a/hw/i386/pc_q35.c
+++ b/hw/i386/pc_q35.c
@@ -110,6 +110,7 @@ static void pc_q35_init(QEMUMachineInitArgs *args)
 
     guest_info = pc_guest_info_init(below_4g_mem_size, above_4g_mem_size);
     guest_info->has_pci_info = has_pci_info;
+    guest_info->isapc_ram_fw = false;
 
     /* allocate ram and load rom/bios */
     if (!xen_enabled()) {