Re: [libvirt] [PATCH 06/12] qemu: command: always use -chardev for monitor config

2017-07-07 Thread Andrea Bolognani
On Mon, 2017-06-26 at 14:01 -0400, Cole Robinson wrote: > AFAIK there aren't any cases where we will/should hit the old code > path for our supported qemu versions, so drop the old code. > > Massive test suite churn follows > > Signed-off-by: Cole Robinson Reviewed-by: Andrea Bolognani -- An

[libvirt] [PATCH 06/12] qemu: command: always use -chardev for monitor config

2017-06-26 Thread Cole Robinson
AFAIK there aren't any cases where we will/should hit the old code path for our supported qemu versions, so drop the old code. Massive test suite churn follows Signed-off-by: Cole Robinson --- src/qemu/qemu_command.c| 38 +++--- .../qemuxml2argv-aarch