All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] sun4u: don't set up isa_mem_base
@ 2011-09-17 19:28 Blue Swirl
  2011-09-18 11:30 ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Blue Swirl @ 2011-09-17 19:28 UTC (permalink / raw)
  To: Avi Kivity, qemu-devel

Since we use memory API in sun4u.c, after
71579cae30b53c910cd6c47ab4e683f647d36519, setting up isa_mem_base
puts vga.chain4 outside of the physical address space.

Fix by removing obsolete isa_mem_base set up.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
 hw/sun4u.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/sun4u.c b/hw/sun4u.c
index 32e6ab9..6afb0e7 100644
--- a/hw/sun4u.c
+++ b/hw/sun4u.c
@@ -763,7 +763,6 @@ static void sun4uv_init(ram_addr_t RAM_size,
     irq = qemu_allocate_irqs(cpu_set_irq, env, MAX_PILS);
     pci_bus = pci_apb_init(APB_SPECIAL_BASE, APB_MEM_BASE, irq, &pci_bus2,
                            &pci_bus3);
-    isa_mem_base = APB_PCI_IO_BASE;
     pci_vga_init(pci_bus);

     // XXX Should be pci_bus3
-- 
1.6.2.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-18 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17 19:28 [Qemu-devel] [PATCH] sun4u: don't set up isa_mem_base Blue Swirl
2011-09-18 11:30 ` Avi Kivity
2011-09-18 12:09   ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.