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

2017-03-23 Thread Vinzenz 'evilissimo' Feenstra
From: Vinzenz Feenstra Changes since v3: - Made zone optional, and won't fail if the name can't be looked up. - Removed unncessary check for g_new0 allocation failure Vinzenz Feenstra (1): qga: Add `guest-get-timezone` command qga/commands.c | 34 ++ qg

[Qemu-devel] [PATCH v4] 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