Re: [Qemu-devel] [PATCH v2] qga: Add `guest-get-timezone` command

2017-03-23 Thread Vinzenz Feenstra
> On Mar 23, 2017, at 1:51 PM, Marc-André Lureau > wrote: > > Hi > > On Thu, Mar 23, 2017 at 4:41 PM sameeh jubran > wrote: > I have tested the patch on Windows 2012 R2 and it seems to be working good. > > Please see some comments inline. > > > On 3/22/2017 7:16 P

Re: [Qemu-devel] [PATCH v2] qga: Add `guest-get-timezone` command

2017-03-23 Thread Marc-André Lureau
Hi On Thu, Mar 23, 2017 at 4:41 PM sameeh jubran wrote: > I have tested the patch on Windows 2012 R2 and it seems to be working good. > > Please see some comments inline. > > > On 3/22/2017 7:16 PM, Vinzenz 'evilissimo' Feenstra wrote: > > From: Vinzenz Feenstra > > > > Adds a new command `gues

Re: [Qemu-devel] [PATCH v2] qga: Add `guest-get-timezone` command

2017-03-23 Thread sameeh jubran
I have tested the patch on Windows 2012 R2 and it seems to be working good. Please see some comments inline. On 3/22/2017 7:16 PM, Vinzenz 'evilissimo' Feenstra wrote: From: Vinzenz Feenstra Adds a new command `guest-get-timezone` reporting the currently configured timezone on the system. Th

[Qemu-devel] [PATCH v2] qga: Add `guest-get-timezone` command

2017-03-23 Thread Vinzenz 'evilissimo' Feenstra
From: Vinzenz Feenstra Adds a new command `guest-get-timezone` reporting the currently configured timezone on the system. The information on what timezone is currently is configured is useful in case of Windows VMs where the offset of the hardware clock is required to have the same offset. This c