qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] uninorth: Fix PCI hole size
@ 2014-06-23 19:10 BALATON Zoltan
  2014-06-24 10:49 ` Alexander Graf
  0 siblings, 1 reply; 2+ messages in thread
From: BALATON Zoltan @ 2014-06-23 19:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, agraf, afaerber

Fix PCI hole size to match that what is found on real hardware.
(OpenBIOS already uses the correct length.)

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/pci-host/uninorth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/pci-host/uninorth.c b/hw/pci-host/uninorth.c
index e72fe2a..21f805f 100644
--- a/hw/pci-host/uninorth.c
+++ b/hw/pci-host/uninorth.c
@@ -230,7 +230,7 @@ PCIBus *pci_pmac_init(qemu_irq *pic,
     d = UNI_NORTH_PCI_HOST_BRIDGE(dev);
     memory_region_init(&d->pci_mmio, OBJECT(d), "pci-mmio", 0x100000000ULL);
     memory_region_init_alias(&d->pci_hole, OBJECT(d), "pci-hole", &d->pci_mmio,
-                             0x80000000ULL, 0x70000000ULL);
+                             0x80000000ULL, 0x10000000ULL);
     memory_region_add_subregion(address_space_mem, 0x80000000ULL,
                                 &d->pci_hole);
 
-- 
1.8.1.5

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

* Re: [Qemu-devel] [PATCH] uninorth: Fix PCI hole size
  2014-06-23 19:10 [Qemu-devel] [PATCH] uninorth: Fix PCI hole size BALATON Zoltan
@ 2014-06-24 10:49 ` Alexander Graf
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Graf @ 2014-06-24 10:49 UTC (permalink / raw)
  To: BALATON Zoltan, qemu-devel; +Cc: qemu-ppc, afaerber


On 23.06.14 21:10, BALATON Zoltan wrote:
> Fix PCI hole size to match that what is found on real hardware.
> (OpenBIOS already uses the correct length.)
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>

Thanks, applied to ppc-next.


Alex

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

end of thread, other threads:[~2014-06-24 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 19:10 [Qemu-devel] [PATCH] uninorth: Fix PCI hole size BALATON Zoltan
2014-06-24 10:49 ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).