Re: [Qemu-devel] [PATCH v2] qga-win: Updating guest_set_time action

2017-10-25 Thread Michael Roth
Quoting Bishara AbuHattoum (2017-08-22 08:55:04) > At the moment, Windows libraries don't provide a way to access > RTC, so, a workaround is to use the Windows w32tm command to > resync the time. > Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1183874 > > Signed-off-by: Bis

Re: [Qemu-devel] [PATCH v2] qga-win: Updating guest_set_time action

2017-08-22 Thread Sameeh Jubran
Reviewed-by: Sameeh Jubran On Tue, Aug 22, 2017 at 4:55 PM, Bishara AbuHattoum wrote: > At the moment, Windows libraries don't provide a way to access > RTC, so, a workaround is to use the Windows w32tm command to > resync the time. > Related bugzilla: https://bugzilla.redhat.com/show_b

[Qemu-devel] [PATCH v2] qga-win: Updating guest_set_time action

2017-08-22 Thread Bishara AbuHattoum
At the moment, Windows libraries don't provide a way to access RTC, so, a workaround is to use the Windows w32tm command to resync the time. Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1183874 Signed-off-by: Bishara AbuHattoum --- configure| 2 +- qga/comma