KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS
commit1520f8bb671ce3c1b8a3b5ed3bbdfe1a06aa8691
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Dec 2021 09:12:53 +0000 (21 10:12 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Jan 2022 13:09:06 +0000 (12 14:09 +0100)
treed237216643c2ff04a0bd0461d6f71e18e9f69924
parent8f515d386971c242be9aee0da4c21661e12fa30a
KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS

This is unnecessary, because the interrupt would be retrieved and queued
anyway by KVM_GET_VCPU_EVENTS and KVM_SET_VCPU_EVENTS respectively,
and it makes the flow more similar to the one for KVM_GET/SET_SREGS2.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm/kvm.c