The project is at https://github.com/ozbenh/QemuMacDrivers
This adds a native MacOS driver in ROM (which can be picked up by MacOS once OpenBIOS has been updated if Mark accepts the patches I sent him) which allows MacOS classic (tested 9.2.1) and MacOS X (tested 10.1.4 and 10.4) to properly use QEMU std VGA (10.1.x doesn't work at all without it, the others get the ability to change resolution and color depth).
Building the ROM is tricky and requires CodeWarrior for MacOS so I include a pre-built binary.
Signed-off-by: Benjamin Herrenschmidt benh@kernel.crashing.org
Could we see the patches you sent to Mark? Right now when I try to boot QEMU with your patch I see this message: qemu-system-ppc: Initialization of device VGA failed: failed to find romfile "qemu_vga.ndrv"
Thanks