Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-21 Thread Pavel Hrdina
On Tue, Nov 21, 2017 at 12:44:04PM -0500, John Ferlan wrote: > > > On 11/21/2017 12:12 PM, Pavel Hrdina wrote: > > On Tue, Nov 21, 2017 at 10:52:48AM -0500, John Ferlan wrote: > >> > >> > >> On 11/21/2017 08:42 AM, Pavel Hrdina wrote: > >>> On Mon, Nov 20, 2017 at 07:44:25PM -0500, John Ferlan wr

Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-21 Thread John Ferlan
On 11/21/2017 12:12 PM, Pavel Hrdina wrote: > On Tue, Nov 21, 2017 at 10:52:48AM -0500, John Ferlan wrote: >> >> >> On 11/21/2017 08:42 AM, Pavel Hrdina wrote: >>> On Mon, Nov 20, 2017 at 07:44:25PM -0500, John Ferlan wrote: On 11/14/2017 08:45 AM, Pavel Hrdina wrote: > So far

Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-21 Thread Pavel Hrdina
On Tue, Nov 21, 2017 at 10:52:48AM -0500, John Ferlan wrote: > > > On 11/21/2017 08:42 AM, Pavel Hrdina wrote: > > On Mon, Nov 20, 2017 at 07:44:25PM -0500, John Ferlan wrote: > >> > >> > >> On 11/14/2017 08:45 AM, Pavel Hrdina wrote: > >>> So far we were configuring the sound output based on wha

Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-21 Thread Daniel P. Berrange
On Tue, Nov 21, 2017 at 10:52:48AM -0500, John Ferlan wrote: > > > On 11/21/2017 08:42 AM, Pavel Hrdina wrote: > > On Mon, Nov 20, 2017 at 07:44:25PM -0500, John Ferlan wrote: > >> > >> > >> On 11/14/2017 08:45 AM, Pavel Hrdina wrote: > >>> So far we were configuring the sound output based on wha

Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-21 Thread John Ferlan
On 11/21/2017 08:42 AM, Pavel Hrdina wrote: > On Mon, Nov 20, 2017 at 07:44:25PM -0500, John Ferlan wrote: >> >> >> On 11/14/2017 08:45 AM, Pavel Hrdina wrote: >>> So far we were configuring the sound output based on what graphic device >>> was configured in domain XML. This had a several disadv

Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-21 Thread Pavel Hrdina
On Mon, Nov 20, 2017 at 07:44:25PM -0500, John Ferlan wrote: > > > On 11/14/2017 08:45 AM, Pavel Hrdina wrote: > > So far we were configuring the sound output based on what graphic device > > was configured in domain XML. This had a several disadvantages, it's > > not transparent, in case of mul

Re: [libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-20 Thread John Ferlan
On 11/14/2017 08:45 AM, Pavel Hrdina wrote: > So far we were configuring the sound output based on what graphic device > was configured in domain XML. This had a several disadvantages, it's > not transparent, in case of multiple graphic devices it was overwritten > by the last one and there was

[libvirt] [PATCH 5/6] qemu: implement element for devices

2017-11-14 Thread Pavel Hrdina
So far we were configuring the sound output based on what graphic device was configured in domain XML. This had a several disadvantages, it's not transparent, in case of multiple graphic devices it was overwritten by the last one and there was no simple way how to configure this per domain. The n