Re: [libvirt] [PATCH 3/5] qemu: add support for logging chardev output to a file

2016-02-26 Thread John Ferlan
On 02/23/2016 11:41 AM, Daniel P. Berrange wrote: > Honour the element in chardevs to output > data to a file. This requires QEMU >= 2.6 > > Signed-off-by: Daniel P. Berrange > --- > src/qemu/qemu_capabilities.c | 2 ++ > src/qemu/qemu_capabilities.h

[libvirt] [PATCH 3/5] qemu: add support for logging chardev output to a file

2016-02-23 Thread Daniel P. Berrange
Honour the element in chardevs to output data to a file. This requires QEMU >= 2.6 Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_command.c| 19