]> www.infradead.org Git - users/dwmw2/qemu.git/commit
i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
authorDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 23 Aug 2023 11:40:45 +0000 (12:40 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 19 Oct 2023 07:09:08 +0000 (08:09 +0100)
commitc31e81e33ee6ea61dbd39ea658eab7fc9f6b7d5d
treef7e8e1d3f48812367a61b85e7e5b2360fcf16148
parentea515bfcb67bf82f62e7648aed21656292e3a4ec
i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()

Upstream Xen now ignores this flag¹, since the only guest kernel ever to
use it was buggy.

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

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
target/i386/kvm/xen-emu.c