[libvirt] [PATCH] Fix qemuProcessReadLog with non-zero offset

2013-08-15 Thread Ján Tomko
This restores the error message when QMP probing is not used. https://bugzilla.redhat.com/show_bug.cgi?id=991334 --- src/qemu/qemu_process.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 0dccac3..31de759 100644

Re: [libvirt] [PATCH] Fix qemuProcessReadLog with non-zero offset

2013-08-15 Thread Eric Blake
On 08/15/2013 07:10 AM, Ján Tomko wrote: This restores the error message when QMP probing is not used. https://bugzilla.redhat.com/show_bug.cgi?id=991334 --- src/qemu/qemu_process.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) ACK. +++ b/src/qemu/qemu_process.c @@

Re: [libvirt] [PATCH] Fix qemuProcessReadLog with non-zero offset

2013-08-15 Thread Ján Tomko
On 08/15/2013 03:18 PM, Eric Blake wrote: On 08/15/2013 07:10 AM, Ján Tomko wrote: This restores the error message when QMP probing is not used. https://bugzilla.redhat.com/show_bug.cgi?id=991334 --- src/qemu/qemu_process.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)