• Paolo Bonzini's avatar
    Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEAD · f2336467
    Paolo Bonzini authored
    KVM x86 APIC changes for 6.7:
    
     - Purge VMX's posted interrupt descriptor *before* loading APIC state when
       handling KVM_SET_LAPIC.  Purging the PID after loading APIC state results in
       lost APIC timer IRQs as the APIC timer can be armed as part of loading APIC
       state, i.e. can immediately pend an IRQ if the expiry is in the past.
    
     - Clear the ICR.BUSY bit when handling trap-like x2APIC writes.  This avoids a
       WARN, due to KVM expecting the BUSY bit to be cleared when sending IPIs.
    f2336467
lapic.c 85.9 KB