Il 21/07/2013 17:13, Hervé Poussineau ha scritto: > Paolo Bonzini a écrit : > >> oops. I am wrong and VGA works on mac99 in upstream because > isa_mmio_ops >>> does the swapping in this case and portio_ops does not swap (in >>> upstream). >> >> Uff... I guess we have to look at all cases for big-endian machines, and >> make sure there is an odd number of exchanges. Aurelien/Alex/Herve, >> where can I find images for mips malta, mips jazz, ppc4xx and prep? >> Edgar, what about sh4eb (IIRC one of the two machine types supported >> PCI)? > > For PReP, you can find a kernel at > http://www.juneau-lug.org/zImage.initrd.sandalfoot > Run it with qemu-system-ppc -M prep -kernel zImage.initrd.sandalfoot
Thanks. I can also use qtest to fix bugs, but this will help making a more complete test. Paolo