qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU being able to use audio cdroms
@ 2015-11-25 20:44 Programmingkid
  2015-12-08 18:49 ` [Qemu-devel] [Qemu-block] " John Snow
  0 siblings, 1 reply; 5+ messages in thread
From: Programmingkid @ 2015-11-25 20:44 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel qemu-devel, Qemu-block

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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [Qemu-block] QEMU being able to use audio cdroms
  2015-11-25 20:44 [Qemu-devel] QEMU being able to use audio cdroms Programmingkid
@ 2015-12-08 18:49 ` John Snow
  2015-12-08 19:00   ` Programmingkid
  0 siblings, 1 reply; 5+ messages in thread
From: John Snow @ 2015-12-08 18:49 UTC (permalink / raw)
  To: Programmingkid, Kevin Wolf; +Cc: qemu-devel qemu-devel, Qemu-block



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?

--js

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [Qemu-block] QEMU being able to use audio cdroms
  2015-12-08 18:49 ` [Qemu-devel] [Qemu-block] " John Snow
@ 2015-12-08 19:00   ` Programmingkid
  2015-12-09  9:02     ` Victor Toso
  2015-12-09 10:11     ` [Qemu-devel] " Paolo Bonzini
  0 siblings, 2 replies; 5+ messages in thread
From: Programmingkid @ 2015-12-08 19:00 UTC (permalink / raw)
  To: John Snow; +Cc: Kevin Wolf, qemu-devel qemu-devel, Qemu-block


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [Qemu-block] QEMU being able to use audio cdroms
  2015-12-08 19:00   ` Programmingkid
@ 2015-12-09  9:02     ` Victor Toso
  2015-12-09 10:11     ` [Qemu-devel] " Paolo Bonzini
  1 sibling, 0 replies; 5+ messages in thread
From: Victor Toso @ 2015-12-09  9:02 UTC (permalink / raw)
  To: Programmingkid
  Cc: Kevin Wolf, Qemu-block, qemu-devel qemu-devel, pgrunt, mlureau,
	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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] QEMU being able to use audio cdroms
  2015-12-08 19:00   ` Programmingkid
  2015-12-09  9:02     ` Victor Toso
@ 2015-12-09 10:11     ` Paolo Bonzini
  1 sibling, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2015-12-09 10:11 UTC (permalink / raw)
  To: Programmingkid, John Snow; +Cc: Kevin Wolf, qemu-devel qemu-devel, Qemu-block



On 08/12/2015 20:00, Programmingkid wrote:
> > 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.

It might work if you use a SCSI controller and "-device scsi-generic".
At least I could burn CDs a few years ago.

Of course, the audio would come directly out of the computer speakers,
without going through QEMU's backends.

Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-09 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 20:44 [Qemu-devel] QEMU being able to use audio cdroms Programmingkid
2015-12-08 18:49 ` [Qemu-devel] [Qemu-block] " John Snow
2015-12-08 19:00   ` Programmingkid
2015-12-09  9:02     ` Victor Toso
2015-12-09 10:11     ` [Qemu-devel] " Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).