Re: [libvirt] [PATCH v2 06/13] qemu: unify code for reporting errors from QEMU log files

2015-11-18 Thread John Ferlan
On 11/12/2015 12:19 PM, Daniel P. Berrange wrote: > There are two pretty similar functions qemuProcessReadLog and > qemuProcessReadChildErrors. Both read from the QEMU log file > and try to strip out libvirt messages. The latter than reports s/than/then > an error, while the former lets the

[libvirt] [PATCH v2 06/13] qemu: unify code for reporting errors from QEMU log files

2015-11-12 Thread Daniel P. Berrange
There are two pretty similar functions qemuProcessReadLog and qemuProcessReadChildErrors. Both read from the QEMU log file and try to strip out libvirt messages. The latter than reports an error, while the former lets the callers report an error. Re-write qemuProcessReadLog so that it uses a