as explained in : http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00849.html and with a version of the proposed fix committed into the cvs tree for ide.c version 1.80 (as shown in the linked URL) Reproducible: Always Steps to Reproduce: 1. get an opensolaris ISO 2. start qemu host with -cdrom opensolaris.iso -boot d (-m 512 also needed) 3. Actual Results: WARNING: /address@hidden,0/address@hidden,1/address@hidden (ata1); timeout: abort request, target=0 lun=0 WARNING: /address@hidden,0/address@hidden,1/address@hidden (ata1): timeout: abort device, target=0 lun=0 WARNING: /address@hidden,0/address@hidden,1/address@hidden (ata1): timeout: reset target, target=0 lun=0 WARNING: /address@hidden,0/address@hidden,1/address@hidden (ata1): timeout: reset bus, target=0 lun=0 Expected Results: no timeouts after the CD-ROM is detected the problem was introduced in version 1.66 of ide.c while trying to extend support for the emulated IDE cdrom with a profile which supported DVD-ROM
Created attachment 141964 [details, diff] fix "GET CONFIGURATION" support for multi profile DVD-ROM applied upstream in ide.c version 1.80 as proposed in : http://lists.gnu.org/archive/html/qemu-devel/2008-01/msg00211.html
Created attachment 154313 [details, diff] fix "GET CONFIGURATION" support for multi profile DVD-ROM an updated version that fixes a regression that affected guest Darwin DVD support
please check qemu-0.10
Greetings, I ran into this bug (and found the report here) today. After unmasking qemu, qemu-softmmu, qemu-user, and kqemu, and emergeing qemu 0.10.1, this problem went away for me. Thanks, -Brad
Then it's closed I guess