KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag
authorPaul Durrant <pdurrant@amazon.com>
Wed, 4 Oct 2023 17:46:28 +0000 (17:46 +0000)
committerSean Christopherson <seanjc@google.com>
Wed, 4 Oct 2023 22:22:58 +0000 (15:22 -0700)
commit409f2e92a27a210fc768c5569851b4a419e6a232
tree05a0545204a4a3269a10407543ddb19347b7eb5f
parent77c9b9dea4fb3e51e0d850db7f21cb1156d987bd
KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag

Upstream Xen now ignores _VCPU_SSHOTTMR_future[1], since the only guest
kernel ever to use it was buggy. By ignoring the flag the guest will
always get a callback if it sets a negative timeout which upstream Xen
has determined not to cause problems for any guest setting the flag.

[1] https://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=19c6cbd909

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Link: https://lore.kernel.org/r/20231004174628.2073263-1-paul@xen.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/xen.c