commit | 67198ac3f37ffb150f1c95fae16b597339eabc9d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 01 15:44:57 2016 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 20 09:26:13 2016 +0200 |
tree | 4f064871db7e22b547d0916c9a61ee1599a28c73 | |
parent | 0d6dd2ff8206dc1da3428d5b1611f6304d481dab [diff] |
KVM: x86: initialize kvmclock_offset Make the guest's kvmclock count up from zero, not from the host boot time. The guest cannot rely on that anyway because it changes on migration, the numbers are easier on the eye and finally it matches the desired semantics of the Hyper-V time reference counter. Reviewed-by: Roman Kagan <rkagan@virtuozzo.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>