Markus Armbruster <arm...@redhat.com> writes: > Andreas Färber <afaer...@suse.de> writes: > >> Am 07.08.2012 21:26, schrieb Markus Armbruster: >>> Very basic smoke test: start QEMU with -monitor stdio, quit immediately. >> [...] >>> Summary of results: >>> >>> * Bad unexplained >> [...] >>> qemu-system-ppc64 prep >>> qemu: hardware error: Unknown device 'i82378' for bus 'PCI' >> >> This is an untested configuration, none of the PReP machines I know are >> 64-bit. Alex wants all ppc machines in ppc64 for convenience though. > > If you want to have it, you get to test it :) > >> It sounds like CONFIG_I82378=y in default-configs/ppc64-softmmu.mak >> would fix this. > > Make doesn't pick up that change. Makefiles defective? > > [...]
Manual "touch ppc64-softmmu/config-target.h" did the trick. Two more are missing: CONFIG_I82374 and CONFIG_PCSPK. Result is identical to ppc-softmmy.mak, except for the comment on the first line.