Re: [libvirt] [PATCH v2 1/5] qemu: whitelist valid video types

2017-08-30 Thread Pavel Hrdina
On Wed, Aug 30, 2017 at 03:14:40PM -0400, Cole Robinson wrote: > On 08/28/2017 03:56 AM, Pavel Hrdina wrote: > > On Sun, Aug 27, 2017 at 11:04:38AM -0400, Cole Robinson wrote: > >> Rather than require an explicit blacklist that needs to be extended > >> for every new VIDEO_TYPE > >> > >>

Re: [libvirt] [PATCH v2 1/5] qemu: whitelist valid video types

2017-08-30 Thread Pavel Hrdina
On Mon, Aug 28, 2017 at 10:44:43AM -0400, Cole Robinson wrote: > On 08/28/2017 03:56 AM, Pavel Hrdina wrote: > > On Sun, Aug 27, 2017 at 11:04:38AM -0400, Cole Robinson wrote: > >> Rather than require an explicit blacklist that needs to be extended > >> for every new VIDEO_TYPE > >> > >>

Re: [libvirt] [PATCH v2 1/5] qemu: whitelist valid video types

2017-08-30 Thread Cole Robinson
On 08/28/2017 03:56 AM, Pavel Hrdina wrote: > On Sun, Aug 27, 2017 at 11:04:38AM -0400, Cole Robinson wrote: >> Rather than require an explicit blacklist that needs to be extended >> for every new VIDEO_TYPE >> >> Signed-off-by: Cole Robinson >> --- >> src/qemu/qemu_domain.c

Re: [libvirt] [PATCH v2 1/5] qemu: whitelist valid video types

2017-08-28 Thread Cole Robinson
On 08/28/2017 03:56 AM, Pavel Hrdina wrote: > On Sun, Aug 27, 2017 at 11:04:38AM -0400, Cole Robinson wrote: >> Rather than require an explicit blacklist that needs to be extended >> for every new VIDEO_TYPE >> >> Signed-off-by: Cole Robinson >> --- >> src/qemu/qemu_domain.c

Re: [libvirt] [PATCH v2 1/5] qemu: whitelist valid video types

2017-08-28 Thread Pavel Hrdina
On Sun, Aug 27, 2017 at 11:04:38AM -0400, Cole Robinson wrote: > Rather than require an explicit blacklist that needs to be extended > for every new VIDEO_TYPE > > Signed-off-by: Cole Robinson > --- > src/qemu/qemu_domain.c | 13 + > 1 file changed, 5

[libvirt] [PATCH v2 1/5] qemu: whitelist valid video types

2017-08-27 Thread Cole Robinson
Rather than require an explicit blacklist that needs to be extended for every new VIDEO_TYPE Signed-off-by: Cole Robinson --- src/qemu/qemu_domain.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/qemu/qemu_domain.c