All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Handle forwarded level-triggered interrupts
@ 2017-09-04 10:24 ` Christoffer Dall
  0 siblings, 0 replies; 24+ messages in thread
From: Christoffer Dall @ 2017-09-04 10:24 UTC (permalink / raw)
  To: kvmarm, Eric Auger, Marc Zyngier
  Cc: Andre Przywara, linux-arm-kernel, kvm, Christoffer Dall

This series illustrates an alternative approach to Eric Auger's direct EOI
setup patches [1] in terms of the KVM VGIC support.

The idea is to maintain existing semantics for the VGIC for mapped
level-triggered IRQs and think support for the timer into it.

Patch 1 is necessary to align the timer and VFIO ways of signaling the
VGIC.  Patch 2 is stolen from Eric's series and is necessary for these
patches to compile as well.  Patch 3 includes the core support for
mapped level-triggered interrupts.  Patch 4 handles guest MMIO acess to
the virtual distributor.  Patch 5 moves some code around for patch 6.
Patch 6 implements an optimization for the timer.  The last two patches
could be deferred until the timer optimization series.

Based on v4.13-rc7.

Thanks,
-Christoffer

Changes since v1:
 - Added necessary changes to the timer (Patch 1)
 - Added handling of guest MMIO accesses to the virtual distributor
   (Patch 4)
 - Addressed Marc's comments from the initial RFC (mostly renames)

Christoffer Dall (5):
  KVM: arm/arm64: Don't cache the timer IRQ level
  KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
  KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
  KVM: arm/arm64: Rearrange kvm_vgic_[un]map_phys code in vgic.c
  KVM: arm/arm64: Provide a vgic interrupt line level sample function

Eric Auger (1):
  KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq

 include/kvm/arm_vgic.h        | 19 +++++++++--
 virt/kvm/arm/arch_timer.c     | 52 +++++++++++++-----------------
 virt/kvm/arm/vgic/vgic-mmio.c | 27 ++++++++++++++++
 virt/kvm/arm/vgic/vgic-v2.c   | 29 +++++++++++++++++
 virt/kvm/arm/vgic/vgic-v3.c   | 29 +++++++++++++++++
 virt/kvm/arm/vgic/vgic.c      | 75 ++++++++++++++++++++++++++++++++++++-------
 virt/kvm/arm/vgic/vgic.h      |  8 +++++
 7 files changed, 196 insertions(+), 43 deletions(-)

-- 
2.9.0

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

end of thread, other threads:[~2017-09-05 14:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-04 10:24 [PATCH v2 0/6] Handle forwarded level-triggered interrupts Christoffer Dall
2017-09-04 10:24 ` Christoffer Dall
2017-09-04 10:24 ` [PATCH v2 1/6] KVM: arm/arm64: Don't cache the timer IRQ level Christoffer Dall
2017-09-04 10:24   ` Christoffer Dall
2017-09-04 10:24 ` [PATCH v2 2/6] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq Christoffer Dall
2017-09-04 10:24   ` Christoffer Dall
2017-09-04 10:24 ` [PATCH v2 3/6] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts Christoffer Dall
2017-09-04 10:24   ` Christoffer Dall
2017-09-05  9:38   ` Auger Eric
2017-09-05  9:38     ` Auger Eric
2017-09-05 13:57     ` Christoffer Dall
2017-09-05 13:57       ` Christoffer Dall
2017-09-04 10:24 ` [PATCH v2 4/6] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs Christoffer Dall
2017-09-04 10:24   ` Christoffer Dall
2017-09-04 10:24 ` [PATCH v2 5/6] KVM: arm/arm64: Rearrange kvm_vgic_[un]map_phys code in vgic.c Christoffer Dall
2017-09-04 10:24   ` Christoffer Dall
2017-09-05 10:26   ` Auger Eric
2017-09-05 10:26     ` Auger Eric
2017-09-05 14:00     ` Christoffer Dall
2017-09-05 14:00       ` Christoffer Dall
2017-09-05 14:49       ` Auger Eric
2017-09-05 14:49         ` Auger Eric
2017-09-04 10:24 ` [PATCH v2 6/6] KVM: arm/arm64: Provide a vgic interrupt line level sample function Christoffer Dall
2017-09-04 10:24   ` Christoffer Dall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.