Bug 506443

Summary: qemu -kernel -initrd not working anymore
Product: [Fedora] Fedora Reporter: Harald Hoyer <harald>
Component: qemuAssignee: Glauber Costa <gcosta>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: 11CC: 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:
Description Flags
fix for load_linux() none

Description Harald Hoyer 2009-06-17 11:14:22 UTC
Created attachment 348240 [details]
fix for load_linux()

attached patch fixes the problem

Comment 1 Mark McLoughlin 2009-06-17 12:05:01 UTC
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)

Comment 2 Mark McLoughlin 2009-06-17 12:06:00 UTC
*** Bug 506435 has been marked as a duplicate of this bug. ***

Comment 3 Mark McLoughlin 2009-06-17 12:59:58 UTC
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);

Comment 4 Fedora Update System 2009-06-17 13:34:48 UTC
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

Comment 5 Mark McLoughlin 2009-06-18 17:24:13 UTC
*** Bug 506798 has been marked as a duplicate of this bug. ***

Comment 6 Fedora Update System 2009-06-19 13:43:14 UTC
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.