Bug 753863
Summary: | Floppy support broken | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zeeshan Ali <zeenix> | ||||
Component: | qemu | Assignee: | Justin M. Forbes <jforbes> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 16 | CC: | amit.shah, berrange, bloch, cfergeau, crobinso, dougsland, dwmw2, ehabkost, ipilcher, itamar, jaswinder, jforbes, karmstrong, knoel, kwolf, mail, mclasen, scottt.tw, tburke, virt-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | qemu-0.15.1-4.fc16 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-02-08 23:00:51 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: | |||||||
Attachments: |
|
Description
Zeeshan Ali
2011-11-14 17:37:21 UTC
The relevant upstream commit IDs are 34d4260e (most definitely required), a18e67f5 and acae6f1c (probably both not required in 0.15). This will make the next update. Thanks for the report, and thanks for the upstream commit references Kevin. Created attachment 550883 [details]
floppy fixes for fedora qemu
Here is the patch I applied locally to the f16 qemu package to get working floppy devices. The 34d4260e184 commit needed some (trivial) rediffing in hw/pc_piix.c
I tested that floppy support was fixed by dowloading a DOS floppy image used for bios flashing and starting it with
qemu-kvm -drive file=DRDFLASH.IMG,if=none,id=fdc,format=raw -global isa-fdc.driveA=fdc
With the current fedora package, this fails with "no bootable devices found", with a package built with the attached patch, I get to a dos prompt
Justin, any word on this? I've uploaded a qemu 0.15 package with this patch to http://teuf.fedorapeople.org/boxes/gnome-boxes-preview.repo if that can help with testing. qemu-0.15.1-4.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/qemu-0.15.1-4.fc16 Package qemu-0.15.1-4.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qemu-0.15.1-4.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-1080/qemu-0.15.1-4.fc16 then log in and leave karma (feedback). qemu-0.15.1-4.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |