]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: remove duplicated KVM_REQ_EVENT request
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 7 Feb 2020 15:27:51 +0000 (23:27 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Feb 2020 19:09:40 +0000 (20:09 +0100)
commitd7e1f8563475b6ddc583dd6028852dd933d222c2
treebb02c93fe2545aeea8e10dcf13f9be910eb60e68
parent5deb081d060f16ba562a57c3b4d3da2996e9556c
KVM: x86: remove duplicated KVM_REQ_EVENT request

The KVM_REQ_EVENT request is already made in kvm_set_rflags(). We should
not make it again.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c