Message ID | 1599731444-3525-1-git-send-email-wanpengli@tencent.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: collect sporadic patches | expand |
On 10/09/20 11:50, Wanpeng Li wrote: > Collect sporadic patches for easy apply. > > Wanpeng Li (9): > KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic > is hw disabled > KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting > KVM: LAPIC: Fix updating DFR missing apic map recalculation > KVM: VMX: Don't freeze guest when event delivery causes an APIC-access > exit > KVM: LAPIC: Narrow down the kick target vCPU > KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns > KVM: SVM: Get rid of handle_fastpath_set_msr_irqoff() > KVM: SVM: Move svm_complete_interrupts() into svm_vcpu_run() > KVM: SVM: Reenable handle_fastpath_set_msr_irqoff() after > complete_interrupts() > > arch/x86/kvm/lapic.c | 36 ++++++++++++++++++++---------------- > arch/x86/kvm/svm/svm.c | 17 +++++++++-------- > arch/x86/kvm/vmx/vmx.c | 5 ++--- > arch/x86/kvm/x86.c | 6 ------ > arch/x86/kvm/x86.h | 1 - > 5 files changed, 31 insertions(+), 34 deletions(-) > Queued what was left, thanks. Paolo