Yaniv Bronhaim has submitted this change and it was merged. Change subject: vm: hyperv: make hw clock friendlier to windows ......................................................................
vm: hyperv: make hw clock friendlier to windows This patch sets the local time as windows reportedly expect. According to libvirt docs: " Most operating systems expect the hardware clock to be kept in UTC, and this is the default. Windows, however, expects it to be in so called 'localtime'." http://libvirt.org/formatdomain.html#elementsTime This is the reccommended setting for windows and reportedly has stability benefits for live migrations. The new setting is enabled on top of the hyperv optimizations, and is disabled by default for backward compatibility. Change-Id: I84a8cfded683a42826b6dabb67b4a5eb456594d7 Bug-Url: https://bugzilla.redhat.com/1107835 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29233 Reviewed-by: Michal Skrivanek <[email protected]> Reviewed-by: Vinzenz Feenstra <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/30255 --- M tests/vmTests.py M vdsm/virt/vm.py 2 files changed, 17 insertions(+), 1 deletion(-) Approvals: Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified Michal Skrivanek: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/30255 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I84a8cfded683a42826b6dabb67b4a5eb456594d7 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
