]> 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>
Mon, 6 Nov 2023 10:03:45 +0000 (10:03 +0000)
commitabd3216ae9d0eb40d0e1c105787fd5ea44ae2a72
tree5d3cee6464b5a3e95e04721ec518e17e56a6ec98
parenta1c1082908dde4867b1ac55f546bea0c17d52318
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