KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute
authorJim Mattson <jmattson@google.com>
Fri, 8 May 2020 20:36:42 +0000 (13:36 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 May 2020 16:26:25 +0000 (12:26 -0400)
commitada0098df6569b7f9e9495beb0f1e35718895aa0
treee1cb985092930de0a0bc9008b45eaa8edffd6304
parent1739f3d56d24a121535b45267d85b7fe6f6cc4ab
KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute

Prepare for migration of this hrtimer, by changing it from relative to
absolute. (I couldn't get migration to work with a relative timer.)

Signed-off-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Peter Shier <pshier@google.com>
Reviewed-by: Oliver Upton <oupton@google.com>
Message-Id: <20200508203643.85477-3-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c