diff options
author | Sean Christopherson <seanjc@google.com> | 2024-11-28 03:00:09 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-08 11:58:19 +0300 |
commit | a9e318519b22515917d706c4649d7e75ec912feb (patch) | |
tree | 01f559682b41540ccd353fac0282766651aa3123 /scripts/generate_rust_analyzer.py | |
parent | 8eb4d51b44c7f79e27bef8dbb4f1f068c10396f4 (diff) | |
download | linux-a9e318519b22515917d706c4649d7e75ec912feb.tar.xz |
KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
commit 76bce9f10162cd4b36ac0b7889649b22baf70ebd upstream.
Pass the target vCPU to the hwapic_isr_update() vendor hook so that VMX
can defer the update until after nested VM-Exit if an EOI for L1's vAPIC
occurs while L2 is active.
Note, commit d39850f57d21 ("KVM: x86: Drop @vcpu parameter from
kvm_x86_ops.hwapic_isr_update()") removed the parameter with the
justification that doing so "allows for a decent amount of (future)
cleanup in the APIC code", but it's not at all clear what cleanup was
intended, or if it was ever realized.
No functional change intended.
Cc: stable@vger.kernel.org
Reviewed-by: Chao Gao <chao.gao@intel.com>
Tested-by: Chao Gao <chao.gao@intel.com>
Link: https://lore.kernel.org/r/20241128000010.4051275-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions