| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Nov. 1, 2012, 7:05 p.m. |
| Message ID | <1351796754-21703-16-git-send-email-stefanha@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/196370/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 85529b2..cfa839c 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c @@ -178,7 +178,7 @@ static void pc_init1(MemoryRegion *system_memory, fw_cfg = pc_memory_init(system_memory, kernel_filename, kernel_cmdline, initrd_filename, below_4g_mem_size, above_4g_mem_size, - pci_enabled ? rom_memory : system_memory, &ram_memory); + rom_memory, &ram_memory); } gsi_state = g_malloc0(sizeof(*gsi_state));