Re: [libvirt] [PATCH 1/8] qemu: parse: drop redundant video config

2017-08-27 Thread Cole Robinson
On 07/18/2017 06:20 PM, John Ferlan wrote: > > > On 06/28/2017 02:49 PM, Cole Robinson wrote: >> The ram/vram = 0 bits aren't needed, and PostParse will fill in the >> needed QXL default >> >> Signed-off-by: Cole Robinson >> --- >> src/qemu/qemu_command.c | 4

Re: [libvirt] [PATCH 1/8] qemu: parse: drop redundant video config

2017-07-18 Thread John Ferlan
On 06/28/2017 02:49 PM, Cole Robinson wrote: > The ram/vram = 0 bits aren't needed, and PostParse will fill in the > needed QXL default > > Signed-off-by: Cole Robinson > --- > src/qemu/qemu_command.c | 4 > src/qemu/qemu_parse_command.c | 11 +-- > 2

Re: [libvirt] [PATCH 1/8] qemu: parse: drop redundant video config

2017-07-10 Thread Cole Robinson
On 06/28/2017 02:49 PM, Cole Robinson wrote: > The ram/vram = 0 bits aren't needed, and PostParse will fill in the > needed QXL default > > Signed-off-by: Cole Robinson > --- > src/qemu/qemu_command.c | 4 > src/qemu/qemu_parse_command.c | 11 +-- > 2

[libvirt] [PATCH 1/8] qemu: parse: drop redundant video config

2017-06-28 Thread Cole Robinson
The ram/vram = 0 bits aren't needed, and PostParse will fill in the needed QXL default Signed-off-by: Cole Robinson --- src/qemu/qemu_command.c | 4 src/qemu/qemu_parse_command.c | 11 +-- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git