[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] isapc: give system address space when pci is disabl
From: |
Hervé Poussineau |
Subject: |
[Qemu-devel] [PATCH] isapc: give system address space when pci is disabled |
Date: |
Sun, 18 Sep 2011 18:04:51 +0200 |
Signed-off-by: Hervé Poussineau <address@hidden>
---
hw/pc_piix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index da6fa55..c0b8a3a 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -121,7 +121,7 @@ static void pc_init1(MemoryRegion *system_memory,
pc_memory_init(system_memory,
kernel_filename, kernel_cmdline, initrd_filename,
below_4g_mem_size, above_4g_mem_size,
- pci_memory, &ram_memory);
+ pci_enabled ? pci_memory : system_memory, &ram_memory);
}
if (!xen_enabled()) {
--
1.7.5.4
- [Qemu-devel] [PATCH] isapc: give system address space when pci is disabled,
Hervé Poussineau <=