diff options
author | Sean Christopherson <seanjc@google.com> | 2022-04-20 01:37:32 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-21 13:16:13 -0400 |
commit | 0047fb33f811e00db5c87d028e5fcf0a26632b40 (patch) | |
tree | 097a1b1aecbfd58dd5a411ae5592766897a131c0 /virt/kvm | |
parent | 423ecfea77dda83823c71b0fad1c2ddb2af1e5fc (diff) | |
download | linux-0047fb33f811e00db5c87d028e5fcf0a26632b40.tar.bz2 |
KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled
Skip the APICv inhibit update for KVM_GUESTDBG_BLOCKIRQ if APICv is
disabled at the module level to avoid having to acquire the mutex and
potentially process all vCPUs. The DISABLE inhibit will (barring bugs)
never be lifted, so piling on more inhibits is unnecessary.
Fixes: cae72dcc3b21 ("KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active")
Cc: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20220420013732.3308816-5-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions