From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6zTF-0005S9-Gj for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6zT7-00014Z-CZ for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:51:53 -0400 Received: from mail-pb0-f43.google.com ([209.85.160.43]:39105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6zT7-00013u-6L for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:51:45 -0400 Received: by mail-pb0-f43.google.com with SMTP id md4so1626161pbc.30 for ; Wed, 07 Aug 2013 01:51:43 -0700 (PDT) From: Alexey Kardashevskiy Date: Wed, 7 Aug 2013 18:51:31 +1000 Message-Id: <1375865493-19143-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/2 v4] kvm irqfd: support msimessage to irq translation in PHB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , "Michael S . Tsirkin" , Alexey Kardashevskiy , Alexander Graf , Alex Williamson , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras Yet another try to push IRQFD support for sPAPR. This includes rework for QEMU and enablement for sPAPR PCI. Alexey Kardashevskiy (2): kvm irqfd: support msimessage to irq translation in PHB pseries: enable irqfd for pci hw/i386/kvm/pci-assign.c | 4 ++-- hw/intc/xics_kvm.c | 5 +++++ hw/misc/vfio.c | 4 ++-- hw/pci/pci.c | 9 +++++++++ hw/ppc/spapr_pci.c | 6 ++++++ hw/virtio/virtio-pci.c | 2 +- include/hw/pci/pci.h | 2 ++ include/hw/pci/pci_bus.h | 1 + kvm-all.c | 3 +++ 9 files changed, 31 insertions(+), 5 deletions(-) -- 1.8.3.2