From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKeiZ-0002eJ-Q1 for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:28:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKeiX-0002cB-TO for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:28:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKeiX-0002bp-8j for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:28:09 -0400 Received: from [128.239.35.15] (helo=mail4.wm.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKetJ-0004ds-Ne for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:39:18 -0400 Message-ID: <44FDB3A5.2020906@ece.cmu.edu> Date: Tue, 05 Sep 2006 13:28:05 -0400 From: Heng Yin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu cannot recognize audio cd Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I run Qemu under Linux, and run Windows XP as guest OS. When I insert an audio CD into CDROM, and use parameter -cdrom /dev/cdrom to run Qemu, Qemu quits immediately, showing the error message: qemu: could not open hard disk image '/dev/cdrom'. I also tried to insert a data cd first to start qemu, and then use eject and change command. Windows shows the audio cd is not inserted. I guess qemu doesn't support audio cd format for now. Does anybody know a workaround to this problem? I tried dd, but it cannot copy the cd to a file. Any suggestion will be highly appreciated!