Re: [Qemu-devel] Multiple pci buses

2014-03-20 Thread BALATON Zoltan
On Wed, 19 Mar 2014, Andreas Färber wrote: Just stumbled over a text file of our G4: --->8--- :00:0b.0 Apple Computer Inc. UniNorth AGP [106b:0020] 0001:10:0b.0 Apple Computer Inc. UniNorth PCI [106b:001f] 0001:10:0d.0 Digital Equipment Corporation DECchip 21154 [1011:0026] 0002:21:0b.0 A

Re: [Qemu-devel] Multiple pci buses

2014-03-19 Thread Andreas Färber
Am 17.03.2014 23:14, schrieb BALATON Zoltan: > On Mon, 17 Mar 2014, Andreas Färber wrote: >> In earlier times QEMU did not properly support multiple PCI bus domains. >> Some code in >> http://git.qemu.org/?p=qemu.git;a=blob;f=hw/pci-host/uninorth.c;h=e72fe2a70b954bf5675ad0c8735fea6bad665be6;hb=HEAD

Re: [Qemu-devel] Multiple pci buses

2014-03-17 Thread BALATON Zoltan
On Mon, 17 Mar 2014, Andreas Färber wrote: In earlier times QEMU did not properly support multiple PCI bus domains. Some code in http://git.qemu.org/?p=qemu.git;a=blob;f=hw/pci-host/uninorth.c;h=e72fe2a70b954bf5675ad0c8735fea6bad665be6;hb=HEAD is #if 0'ed out that you should take a look at. I'v

Re: [Qemu-devel] Multiple pci buses

2014-03-17 Thread Andreas Färber
Hi, Am 15.03.2014 22:21, schrieb BALATON Zoltan: > I'm trying to change hw/ppc/mac_newworld.c and hw/pci-host/uninorth.c to > bring the mac99 machine type closer to what's seen in these dumps: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604134 > http://nandra.segv.jp/NetBSD/G4.dump-devi

Re: [Qemu-devel] Multiple pci buses

2014-03-16 Thread Alexey Kardashevskiy
On 03/16/2014 08:21 AM, BALATON Zoltan wrote: > Hello, > > I'm trying to change hw/ppc/mac_newworld.c and hw/pci-host/uninorth.c to > bring the mac99 machine type closer to what's seen in these dumps: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604134 > http://nandra.segv.jp/NetBSD/G4.d

Re: [Qemu-devel] Multiple pci buses

2014-03-16 Thread BALATON Zoltan
On Sat, 15 Mar 2014, BALATON Zoltan wrote: > I'm trying to change hw/ppc/mac_newworld.c and hw/pci-host/uninorth.c to > bring the mac99 machine type closer to what's seen in these dumps: I've also tried the patch below based on what I've seen in pci_apb_init but it only results in this error: q

[Qemu-devel] Multiple pci buses

2014-03-15 Thread BALATON Zoltan
Hello, I'm trying to change hw/ppc/mac_newworld.c and hw/pci-host/uninorth.c to bring the mac99 machine type closer to what's seen in these dumps: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604134 http://nandra.segv.jp/NetBSD/G4.dump-device-tree.txt http://raveland.org/ports/eeprom.txt