From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBHoR-0003kP-8F for qemu-devel@nongnu.org; Mon, 19 Aug 2013 01:15:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBHoG-0001Ak-7K for qemu-devel@nongnu.org; Mon, 19 Aug 2013 01:15:31 -0400 Received: from mail-pb0-f54.google.com ([209.85.160.54]:62520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBHoG-0001AL-1L for qemu-devel@nongnu.org; Mon, 19 Aug 2013 01:15:20 -0400 Received: by mail-pb0-f54.google.com with SMTP id ro12so4542854pbb.13 for ; Sun, 18 Aug 2013 22:15:18 -0700 (PDT) Message-ID: <5211A9DD.30509@ozlabs.ru> Date: Mon, 19 Aug 2013 15:15:09 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1375865493-19143-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1375865493-19143-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [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: Alexey Kardashevskiy Cc: Anthony Liguori , "Michael S . Tsirkin" , qemu-devel@nongnu.org, Alexander Graf , Alex Williamson , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras On 08/07/2013 06:51 PM, Alexey Kardashevskiy wrote: > Yet another try to push IRQFD support for sPAPR. > This includes rework for QEMU and enablement for sPAPR PCI. Ping, anyone, please? > 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(-) > -- Alexey