kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] split irqchip series
@ 2015-08-05 15:23 Paolo Bonzini
  2015-08-05 15:23 ` [PATCH 1/9] KVM: x86: set TMR when the interrupt is accepted Paolo Bonzini
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Paolo Bonzini @ 2015-08-05 15:23 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: Steve Rutherford, rkrcmar

I am going to push the memory barrier fixes to kvm/next.

The rest of the series is here for review.  This includes cleanups from
myself and the bulk of the code from Steve.

Paolo

Paolo Bonzini (5):
  KVM: x86: set TMR when the interrupt is accepted
  KVM: x86: store IOAPIC-handled vectors in each VCPU
  KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
  KVM: x86: introduce lapic_in_kernel
  KVM: x86: unify handling of interrupt window

Steve Rutherford (4):
  KVM: x86: Split the APIC from the rest of IRQCHIP.
  KVM: x86: Add KVM exit for IOAPIC EOIs
  KVM: x86: Add EOI exit bitmap inference
  KVM: x86: Add support for local interrupt requests from userspace

 Documentation/virtual/kvm/api.txt |  46 +++++++++++++--
 arch/x86/include/asm/kvm_host.h   |  11 +++-
 arch/x86/kvm/i8254.c              |   4 +-
 arch/x86/kvm/ioapic.c             |  27 ++-------
 arch/x86/kvm/ioapic.h             |  15 ++---
 arch/x86/kvm/irq.c                |  40 +++++++++----
 arch/x86/kvm/irq.h                |  27 ++++++++-
 arch/x86/kvm/irq_comm.c           |  51 ++++++++++++++++-
 arch/x86/kvm/lapic.c              |  64 +++++++++++++--------
 arch/x86/kvm/lapic.h              |   5 +-
 arch/x86/kvm/mmu.c                |   2 +-
 arch/x86/kvm/svm.c                |  21 ++-----
 arch/x86/kvm/vmx.c                |  58 ++++++++-----------
 arch/x86/kvm/x86.c                | 116 ++++++++++++++++++++++++++++----------
 include/linux/kvm_host.h          |  20 ++++++-
 include/uapi/linux/kvm.h          |   6 ++
 virt/kvm/irqchip.c                |  12 +---
 17 files changed, 357 insertions(+), 168 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-08-07 22:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 15:23 [PATCH 0/9] split irqchip series Paolo Bonzini
2015-08-05 15:23 ` [PATCH 1/9] KVM: x86: set TMR when the interrupt is accepted Paolo Bonzini
2015-08-05 15:23 ` [PATCH 2/9] KVM: x86: store IOAPIC-handled vectors in each VCPU Paolo Bonzini
2015-08-05 15:23 ` [PATCH 3/9] KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv Paolo Bonzini
2015-08-05 15:23 ` [PATCH 4/9] KVM: x86: introduce lapic_in_kernel Paolo Bonzini
2015-08-05 15:23 ` [PATCH 5/9] KVM: x86: unify handling of interrupt window Paolo Bonzini
2015-08-06  6:50   ` Wu, Feng
2015-08-06 11:55     ` Paolo Bonzini
2015-08-05 15:23 ` [PATCH 6/9] KVM: x86: Split the APIC from the rest of IRQCHIP Paolo Bonzini
2015-08-05 15:23 ` [PATCH 7/9] KVM: x86: Add KVM exit for IOAPIC EOIs Paolo Bonzini
2015-08-05 15:23 ` [PATCH 8/9] KVM: x86: Add EOI exit bitmap inference Paolo Bonzini
2015-08-07  5:43   ` Wu, Feng
2015-08-07  7:32     ` Paolo Bonzini
2015-08-07  7:46   ` Wu, Feng
2015-08-07 10:16     ` Paolo Bonzini
2015-08-07 22:55       ` Wu, Feng
2015-08-05 15:23 ` [PATCH 9/9] KVM: x86: Add support for local interrupt requests from userspace Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).