qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] RFCv2 kvm irqfd: add directly mapped MSI IRQ su


From: Alexey Kardashevskiy
Subject: [Qemu-devel] [PATCH 0/3] RFCv2 kvm irqfd: add directly mapped MSI IRQ support
Date: Fri, 21 Jun 2013 19:22:52 +1000

Thanks for the comments on the previous try. Here is some rework via KVM API
rather than via PCI framework. Thanks!

Alexey Kardashevskiy (3):
  spapr pci msi: rework
  KVM: add kvm_arch_irqchip_add_msi_route
  KVM: PPC: enable irqfd

 hw/ppc/spapr.c              |    2 +
 hw/ppc/spapr_pci.c          |   97 ++++++++++++++++++++-----------------------
 include/hw/pci-host/spapr.h |    8 ++--
 include/hw/ppc/spapr.h      |    2 +
 include/sysemu/kvm.h        |    1 +
 kvm-all.c                   |    5 +++
 target-arm/kvm.c            |    6 +++
 target-i386/kvm.c           |    6 +++
 target-ppc/kvm.c            |   12 ++++++
 target-s390x/kvm.c          |    6 +++
 10 files changed, 89 insertions(+), 56 deletions(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]