From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6aeC-00054i-7W for qemu-devel@nongnu.org; Wed, 09 Dec 2015 04:02:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6ae8-0007us-8V for qemu-devel@nongnu.org; Wed, 09 Dec 2015 04:02:52 -0500 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:33647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ae8-0007uj-4l for qemu-devel@nongnu.org; Wed, 09 Dec 2015 04:02:48 -0500 Received: by qgea14 with SMTP id a14so67422752qge.0 for ; Wed, 09 Dec 2015 01:02:47 -0800 (PST) Date: Wed, 9 Dec 2015 10:02:42 +0100 From: Victor Toso Message-ID: <20151209090242.GB3342@gmail.com> References: <239A05BC-E2AD-426C-98D3-06DCEE4A3981@gmail.com> <56672640.3020301@redhat.com> <8C38DBED-8AFB-49A9-ABC7-EC41C58E1D78@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8C38DBED-8AFB-49A9-ABC7-EC41C58E1D78@gmail.com> Subject: Re: [Qemu-devel] [Qemu-block] QEMU being able to use audio cdroms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Kevin Wolf , Qemu-block , qemu-devel qemu-devel , pgrunt@redhat.com, mlureau@redhat.com, John Snow Hi, On Tue, Dec 08, 2015 at 02:00:39PM -0500, Programmingkid wrote: > > On Dec 8, 2015, at 1:49 PM, John Snow wrote: > > > > > > > On 11/25/2015 03:44 PM, Programmingkid wrote: > >> Is there any platform where a guest in QEMU can play an audio cd? If not, is this a feature that you would allow into QEMU? > >> > > > > I haven't tested it, nobody has ever asked. I wouldn't reject patches > > for such a feature, but I likely wouldn't make reviewing them a priority > > either. > > > > I assume this would be primarily for emulating games/etc that use mixed > > Data/Audio formats? > > That could be one reason to do it. I just thought it would be neat to be able to play CDs inside a guest. Yeah, I saw a demo with cd-rom redirection working, but in an older version of QEMU (1.7.2). It even has spice support. Not sure what changes are necessary to make it work upstream. You can check cdrom branches here [0] CCing Marc-Andre that sent the patches and Pavel which was working on rebasing this. [0] http://cgit.freedesktop.org/~pgrunt/ cheers, Victor Toso