qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] isapc: give system address space when pci is di


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] isapc: give system address space when pci is disabled
Date: Fri, 23 Sep 2011 11:05:53 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 09/18/2011 11:04 AM, Hervé Poussineau wrote:

Signed-off-by: Hervé Poussineau<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

---
  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()) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]