Re: [libvirt] [PATCH v2 07/13] qemu: introduce a qemuDomainLogContext object

2015-11-18 Thread John Ferlan
On 11/12/2015 12:19 PM, Daniel P. Berrange wrote: > Introduce a qemuDomainLogContext object to encapsulate > handling of I/O to/from the domain log file. This will > hide details of the log file implementation from the > rest of the driver, making it easier to introduce > support for virtlogd

[libvirt] [PATCH v2 07/13] qemu: introduce a qemuDomainLogContext object

2015-11-12 Thread Daniel P. Berrange
Introduce a qemuDomainLogContext object to encapsulate handling of I/O to/from the domain log file. This will hide details of the log file implementation from the rest of the driver, making it easier to introduce support for virtlogd later. Signed-off-by: Daniel P. Berrange