Bug 893305
| Summary: | cdrom cannot be recognized with -device ide-drive (q35) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Suqin Huang <shuang> |
| Component: | qemu-kvm | Assignee: | Hai Huang <hhuang> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 | CC: | hhuang, juzhang, qzhang, sluo, virt-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-11 12:18:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Suqin Huang
2013-01-09 05:22:56 UTC
> -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 \
> -device
try with -device ide-cd, it works
I also tried this issue: 1.if use '-M pc-1.2', cdrom can be recognized in guest with '-device ide-drive', but fail with '-M q35' and seabios-1.7.2-0.2.gita810e4e7.el7. 2.the seabios also cann't recognize it with '-M q35' and seabios-1.7.2-0.2.gita810e4e7.el7, as there is no boot device for the cdrom in boot menu. Best Regards. sluo Gerd provided the following note in BZ893302: q35 in qemu 1.3 needs the dsdt passed in to work correctly: "-acpitable file=/path/to/q35-acpi-dsdt.aml" it works when add "-acpitable file=/path/to/q35-acpi-dsdt.aml" BZ closed as a duplicate as 893302. *** This bug has been marked as a duplicate of bug 893302 *** |