Bug 234681
| Summary: | qemu -kernel vmlinuz -initrd initrd.img doesn't work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Scott Tsai <scottt.tw> | ||||
| Component: | qemu | Assignee: | David Woodhouse <dwmw2> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | CC: | bugzilla, hdegoede, markmc | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-04-01 19:28:16 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: | 237879 | ||||||
| Attachments: |
|
||||||
|
Description
Scott Tsai
2007-03-31 05:48:23 UTC
I've been looking at upstream CVS, and I think that the patch that we actually want / need for this is: http://cvs.savannah.nongnu.org/viewcvs/qemu/hw/pc.c?root=qemu&r1=1.71&r2=1.72&makepatch=1&diff_format=u Scott, can you test this? David, is it ok with you if I do a new version with this patch once Scott has confirmed that this fixed his problem? *** Bug 191488 has been marked as a duplicate of this bug. *** Hans, thanks a lot for the prompt response on a weekend. The linked to patch works. I'll attach a slightly modified patch that cleanly applies to qemu-0.9.0 where the ram_addr_t type was not yet introduced. Created attachment 151390 [details]
initrd loading patch for 0.9.0
(In reply to comment #1) > David, is it ok with you if I do a new version with this patch once Scott has > confirmed that this fixed his problem? Absolutely; thanks. I've just finished building 0.9.0-2, which fixes this. It should show up in extras-devel with the next push. David, we might want to build this version for FC-6 too, but I'll leave that up to you (to decide and do). I just ran into this bug. Why is the fix still only in RAWHIDE? |