Bug 506443 - qemu -kernel -initrd not working anymore
Summary: qemu -kernel -initrd not working anymore
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 11
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Glauber Costa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 506435 506798 (view as bug list)
Depends On:
Blocks: F11VirtTarget
TreeView+ depends on / blocked
 
Reported: 2009-06-17 11:14 UTC by Harald Hoyer
Modified: 2009-06-19 13:43 UTC (History)
8 users (show)

Fixed In Version: 0.10.5-3.fc11
Clone Of:
Environment:
Last Closed: 2009-06-19 13:43:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
fix for load_linux() (657 bytes, patch)
2009-06-17 11:14 UTC, Harald Hoyer
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.