Re: [libvirt] [PATCH v2] qemu: Report the offset from host UTC for RTC_CHANGE event

2013-06-05 Thread Osier Yang
On 06/06/13 05:28, Eric Blake wrote: On 06/05/2013 04:32 AM, Osier Yang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=964177 Though both libvirt and QEMU's document say RTC_CHANGE returns the offset from the host UTC, qemu actually returns the offset from the specified date instead when sp

Re: [libvirt] [PATCH v2] qemu: Report the offset from host UTC for RTC_CHANGE event

2013-06-05 Thread Eric Blake
On 06/05/2013 04:32 AM, Osier Yang wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=964177 > > Though both libvirt and QEMU's document say RTC_CHANGE returns > the offset from the host UTC, qemu actually returns the offset > from the specified date instead when specific date is provided > (-rt

[libvirt] [PATCH v2] qemu: Report the offset from host UTC for RTC_CHANGE event

2013-06-05 Thread Osier Yang
https://bugzilla.redhat.com/show_bug.cgi?id=964177 Though both libvirt and QEMU's document say RTC_CHANGE returns the offset from the host UTC, qemu actually returns the offset from the specified date instead when specific date is provided (-rtc base=$date). It's not safe for qemu to fix it in co