On 09/16/14 15:52, Eric Blake wrote:
On 09/16/2014 07:42 AM, Peter Krempa wrote:
> Commit b606bbb4 broke reporting of errors when setting of guest time
> fails via the guest agent as the return value is not checked and later
> overwritten by the return value qemuMonitorRTCResetReinjection();
>
> Fix this by checking the return value before resetting the RTC
> reinjection.
> ---
> src/qemu/qemu_driver.c | 3 +++
> 1 file changed, 3 insertions(+)
ACK
I've added a bug reference into the commit message and pushed this patch.
Peter