Created attachment 348240 [details] fix for load_linux() attached patch fixes the problem
Thanks much Harald, I'm building the fix now * Wed Jun 17 2009 Mark McLoughlin <markmc> - 2:0.10.5-3 - ppc-on-ppc fix (#504273) - Fix -kernel regression (#506443)
*** Bug 506435 has been marked as a duplicate of this bug. ***
The re-base of qemu-roms-more-room.patch to 0.10.5 is what broke this, FWIW: - load_linux(option_rom_offset, - kernel_filename, initrd_filename, kernel_cmdline); - cpu_register_physical_memory(0xd0000, TARGET_PAGE_SIZE, + cpu_register_physical_memory(option_rom_start, TARGET_PAGE_SIZE, option_rom_offset); + load_linux(0xd0000, + kernel_filename, initrd_filename, kernel_cmdline, below_4g_mem_size);
qemu-0.10.5-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/qemu-0.10.5-3.fc11
*** Bug 506798 has been marked as a duplicate of this bug. ***
qemu-0.10.5-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.