From: Marcelo Tosatti Date: Wed, 28 Aug 2013 02:55:29 +0000 (-0300) Subject: KVM: x86: update masterclock when kvmclock_offset is calculated (v2) X-Git-Tag: v3.12-rc1~143^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e762ff79fd0793cfa71d3913e2eb664b7b11031;p=pandora-kernel.git KVM: x86: update masterclock when kvmclock_offset is calculated (v2) The offset to add to the hosts monotonic time, kvmclock_offset, is calculated against the monotonic time at KVM_SET_CLOCK ioctl time. Request a master clock update at this time, to reduce a potentially unbounded difference between the values of the masterclock and the clock value used to calculate kvmclock_offset. Signed-off-by: Marcelo Tosatti Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed