mbox series

[0/2] KVM: x86: emulate wait-for-SIPI and SIPI-VMExit

Message ID 20201105171524.650693-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series KVM: x86: emulate wait-for-SIPI and SIPI-VMExit | expand

Message

Paolo Bonzini Nov. 5, 2020, 5:15 p.m. UTC
The first patch is new, the second is a rebase of Yadong's patch

Paolo Bonzini (1):
  KVM: x86: fix apic_accept_events vs check_nested_events

Yadong Qi (1):
  KVM: x86: emulate wait-for-SIPI and SIPI-VMExit

 arch/x86/include/asm/vmx.h      |  1 +
 arch/x86/include/uapi/asm/vmx.h |  2 ++
 arch/x86/kvm/lapic.c            | 30 ++++++++++++++++---
 arch/x86/kvm/vmx/nested.c       | 53 ++++++++++++++++++++++++---------
 arch/x86/kvm/vmx/vmx.c          |  2 +-
 5 files changed, 69 insertions(+), 19 deletions(-)