Re: [libvirt] [PATCH] qemu: process: Silence coverity warning when rewinding log file

2013-09-30 Thread Peter Krempa
On 09/30/13 13:20, John Ferlan wrote: > On 09/30/2013 06:01 AM, Peter Krempa wrote: >> The change in ef29de14c37d14abc546e90555a0093797facfdd that introduced >> better error logging from qemu introduced a warning from coverity about >> unused return value from lseek. Silence this warning and fix ty

Re: [libvirt] [PATCH] qemu: process: Silence coverity warning when rewinding log file

2013-09-30 Thread John Ferlan
On 09/30/2013 06:01 AM, Peter Krempa wrote: > The change in ef29de14c37d14abc546e90555a0093797facfdd that introduced > better error logging from qemu introduced a warning from coverity about > unused return value from lseek. Silence this warning and fix typo in the > corresponding error message. >

[libvirt] [PATCH] qemu: process: Silence coverity warning when rewinding log file

2013-09-30 Thread Peter Krempa
The change in ef29de14c37d14abc546e90555a0093797facfdd that introduced better error logging from qemu introduced a warning from coverity about unused return value from lseek. Silence this warning and fix typo in the corresponding error message. Reported by: John Ferlan --- src/qemu/qemu_process.c