Change in vdsm[master]: vm: hyperv: make hw clock friendlier to windows

michal.skrivanek at redhat.com michal.skrivanek at redhat.com
Thu Jun 26 07:49:28 UTC 2014


Michal Skrivanek has posted comments on this change.

Change subject: vm: hyperv: make hw clock friendlier to windows
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/29233/1/vdsm/virt/vm.py
File vdsm/virt/vm.py:

Line 722:         m = XMLElement('clock', offset='variable',
Line 723:                        adjustment=str(self.conf.get('timeOffset', 0)))
Line 724:         rtc = m.appendChildWithArgs('timer', name='rtc', tickpolicy='catchup')
Line 725:         if utils.tobool(self.conf.get('hypervEnable', 'false')):
Line 726:             rtc.setAttrs(track='guest')
track = guest? should be name= hypervclock
Line 727:         m.appendChildWithArgs('timer', name='pit', tickpolicy='delay')
Line 728: 
Line 729:         if self.arch == caps.Architecture.X86_64:
Line 730:             m.appendChildWithArgs('timer', name='hpet', present='no')


-- 
To view, visit http://gerrit.ovirt.org/29233
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I84a8cfded683a42826b6dabb67b4a5eb456594d7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Martin Polednik <mpoledni at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list