From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKeYk-0005sv-F4 for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:18:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKeYi-0005se-P5 for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:18:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKeYi-0005sa-Gi for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:18:00 -0400 Received: from [128.239.35.15] (helo=mail4.wm.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKejV-0003cS-Cd for qemu-devel@nongnu.org; Tue, 05 Sep 2006 13:29:09 -0400 Message-ID: <44FDB145.20007@ece.cmu.edu> Date: Tue, 05 Sep 2006 13:17:57 -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!