Re: [libvirt] [PATCH v2 10/13] qemu: convert qemuLogOperation to take a qemuDomainLogContextPtr

2015-11-18 Thread John Ferlan
On 11/12/2015 12:19 PM, Daniel P. Berrange wrote: > Instead of writing directly to a log file descriptor, change > qemuLogOperation to use qemuDomainLogContextWrite(). > > Signed-off-by: Daniel P. Berrange > --- > src/qemu/qemu_process.c | 39

[libvirt] [PATCH v2 10/13] qemu: convert qemuLogOperation to take a qemuDomainLogContextPtr

2015-11-12 Thread Daniel P. Berrange
Instead of writing directly to a log file descriptor, change qemuLogOperation to use qemuDomainLogContextWrite(). Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_process.c | 39 --- 1 file changed, 16 insertions(+), 23 deletions(-)