Re: [libvirt] [PATCH v2 11/13] qemu: convert process stop/attach to use qemuDomainLogContextPtr

2015-11-18 Thread John Ferlan
On 11/12/2015 12:19 PM, Daniel P. Berrange wrote: > When the qemuProcessAttach/Stop methods write a marker into > the log file, they can use qemuDomainLogContextWrite to > write a formatted message. > > Signed-off-by: Daniel P. Berrange > --- > src/qemu/qemu_process.c |

[libvirt] [PATCH v2 11/13] qemu: convert process stop/attach to use qemuDomainLogContextPtr

2015-11-12 Thread Daniel P. Berrange
When the qemuProcessAttach/Stop methods write a marker into the log file, they can use qemuDomainLogContextWrite to write a formatted message. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_process.c | 22 ++ 1 file changed, 2 insertions(+), 20