]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:45:02 +0000 (19:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:45:02 +0000 (19:45 +0200)
commitf6f43a5338751d40817859bc09a60c22d4c42bb5
tree3e844e360825548ba61836126e779d44da417d16
parent7d862707d6af86a31720f31fc1949112df4abadc
parentd02e48830e3fce9701265f6c5a58d9bdaf906a76
Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/kvm-x86/linux into HEAD

KVM x86 fix for 6.17-rcN

Sync the vTPR from the local APIC to the VMCB even when AVIC is active, to fix
a bug where host updates to the vTPR, e.g. via KVM_SET_LAPIC or emulation of a
guest access, effectively get lost and result in interrupt delivery issues in
the guest.