Re: [PATCH 2/4] KVM: x86: initialize kvmclock_offset

From: Roman Kagan
Date: Fri Sep 02 2016 - 12:06:14 EST


On Thu, Sep 01, 2016 at 05:26:13PM +0200, Paolo Bonzini wrote:
> 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.
>
> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
> ---
> arch/x86/kvm/x86.c | 1 +
> 1 file changed, 1 insertion(+)

Reviewed-by: Roman Kagan <rkagan@xxxxxxxxxxxxx>