Bug 506443
Summary: | qemu -kernel -initrd not working anymore | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Harald Hoyer <harald> | ||||
Component: | qemu | Assignee: | Glauber Costa <gcosta> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 11 | CC: | dwmw2, gcosta, hellwolf.misty, itamar, jaswinder, markmc, sassmann, virt-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.10.5-3.fc11 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-06-19 13:43:25 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 480594 | ||||||
Attachments: |
|
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. |
Created attachment 348240 [details] fix for load_linux() attached patch fixes the problem