Hi, I just built qemu-system-ppc.exe for windows using a fully up-to-date Fedora 27. Command line for build:
./configure --cross-prefix=x86_64-w64-mingw32- --target-list="ppc-softmmu ppc64-softmmu" --enable-gtk --with-gtkabi=3.0 --enable-sdl --with-sdlabi=2.0 Command line to invoke Qemu: C:\qemu-master>qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99 -prom-env "boot-args=-v" -prom-env "auto-boot?=true" -prom-env "vga-ndrv?=true" -drive file=c:\Mac-disks\9.1.img,format=raw,media=disk -netdev user,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:66 -sdl -device usb-kbd -device usb-mouse Error: Unexpected error in aio_context_set_poll_params() at util/aio-win32.c:413: qemu-system-ppc.exe: AioContext polling is not implemented on Windows Best, Howard