Re: [libvirt] [PATCH 05/11] qemu_process: move video validation out of qemu_command

2016-10-10 Thread John Ferlan
On 10/10/2016 05:44 AM, Pavel Hrdina wrote: > On Sat, Oct 08, 2016 at 09:58:15AM -0400, John Ferlan wrote: >> >> >> On 09/30/2016 12:02 PM, Pavel Hrdina wrote: >>> Runtime validation that depend on qemu capabilities should be moved >>> into qemuProcessStartValidateXML. >>> >>> Signed-off-by:

Re: [libvirt] [PATCH 05/11] qemu_process: move video validation out of qemu_command

2016-10-10 Thread Pavel Hrdina
On Sat, Oct 08, 2016 at 09:58:15AM -0400, John Ferlan wrote: > > > On 09/30/2016 12:02 PM, Pavel Hrdina wrote: > > Runtime validation that depend on qemu capabilities should be moved > > into qemuProcessStartValidateXML. > > > > Signed-off-by: Pavel Hrdina > > --- > >

Re: [libvirt] [PATCH 05/11] qemu_process: move video validation out of qemu_command

2016-10-08 Thread John Ferlan
On 09/30/2016 12:02 PM, Pavel Hrdina wrote: > Runtime validation that depend on qemu capabilities should be moved > into qemuProcessStartValidateXML. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_command.c | 33 +--- > src/qemu/qemu_process.c | 50

[libvirt] [PATCH 05/11] qemu_process: move video validation out of qemu_command

2016-09-30 Thread Pavel Hrdina
Runtime validation that depend on qemu capabilities should be moved into qemuProcessStartValidateXML. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_command.c | 33 +--- src/qemu/qemu_process.c | 50 ++- tests/qemuxml2argvtest.c |