qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Add support for for GICv2m and MSIs to arm-virt
@ 2015-04-08 21:20 Christoffer Dall
  2015-04-08 21:20 ` [Qemu-devel] [PATCH 1/3] target-arm: Add GIC phandle to VirtBoardInfo Christoffer Dall
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Christoffer Dall @ 2015-04-08 21:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Christoffer Dall, eric.auger

Now when we have a host generic PCIe controller in the virt board, it
would be nice to be able to use MSIs so that we can eventually enable
VHOST with KVM.

With these patches you can use MSIs with TCG and with KVM, but you still
need some fixes for the mapping of the IRQ index to the GSI number for
IRQFD to work.  A separate patch series will follow this one to enable
that.

Tested with KVM on XGene and with TCG by configuring a virtio-pci
network adapter for the guest and verifying MSIs going through as
expected.

Christoffer Dall (3):
  target-arm: Add GIC phandle to VirtBoardInfo
  arm_gicv2m: Add GICv2m widget to support MSIs
  target-arm: Add the GICv2m to the virt board

 hw/arm/virt.c         |  69 +++++++++++++++----
 hw/intc/Makefile.objs |   1 +
 hw/intc/arm_gicv2m.c  | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++
 pixman                |   2 +-
 4 files changed, 237 insertions(+), 15 deletions(-)
 create mode 100644 hw/intc/arm_gicv2m.c

-- 
2.1.2.330.g565301e.dirty

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

end of thread, other threads:[~2015-04-27 16:19 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 21:20 [Qemu-devel] [PATCH 0/3] Add support for for GICv2m and MSIs to arm-virt Christoffer Dall
2015-04-08 21:20 ` [Qemu-devel] [PATCH 1/3] target-arm: Add GIC phandle to VirtBoardInfo Christoffer Dall
2015-04-21 13:56   ` Peter Maydell
2015-04-08 21:20 ` [Qemu-devel] [PATCH 2/3] arm_gicv2m: Add GICv2m widget to support MSIs Christoffer Dall
2015-04-10  9:16   ` Eric Auger
2015-04-10  9:58     ` Christoffer Dall
2015-04-10 10:34       ` Eric Auger
2015-04-10 10:39         ` Christoffer Dall
2015-04-21 14:11       ` Peter Maydell
2015-04-21 14:40   ` Peter Maydell
2015-04-27 13:41     ` Christoffer Dall
2015-04-27 13:43       ` Peter Maydell
2015-04-27 13:50         ` Christoffer Dall
2015-04-08 21:21 ` [Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board Christoffer Dall
2015-04-21 14:47   ` Peter Maydell
2015-04-27 13:51     ` Christoffer Dall
2015-04-27 16:06     ` Christoffer Dall
2015-04-27 16:18       ` Peter Maydell
2015-04-08 21:31 ` [Qemu-devel] [PATCH 0/3] Add support for for GICv2m and MSIs to arm-virt Peter Maydell
2015-04-09  8:11   ` Christoffer Dall
2015-04-08 22:01 ` Nikolay Nikolaev
2015-04-09  8:03   ` Christoffer Dall

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).