From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf1tU-0000sy-Uj for qemu-devel@nongnu.org; Thu, 14 Jun 2012 00:42:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf1tT-0002Xn-9V for qemu-devel@nongnu.org; Thu, 14 Jun 2012 00:42:52 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:56420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf1tT-0002Xe-34 for qemu-devel@nongnu.org; Thu, 14 Jun 2012 00:42:51 -0400 Received: by dadn2 with SMTP id n2so962409dad.4 for ; Wed, 13 Jun 2012 21:42:49 -0700 (PDT) Message-ID: <4FD96BC5.5040907@ozlabs.ru> Date: Thu, 14 Jun 2012 14:42:45 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <4FD968BB.2000505@ozlabs.ru> In-Reply-To: <4FD968BB.2000505@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] adding MSI/MSIX for PCI on POWER List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , kvm-ppc@vger.kernel.org, Benjamin Herrenschmidt Forgot to CC: someone :) On 14/06/12 14:29, Alexey Kardashevskiy wrote: > The following patches add MSIX support for PCI on POWER. > The first aim is virtio-pci so it was tested. It will also support > VFIO when it becomes available in public. > > Alexey Kardashevskiy (3): > msi/msix: added functions to API to set up message address and data > pseries: added allocator for a block of IRQs > pseries pci: added MSI/MSIX support > > hw/msi.c | 14 +++ > hw/msi.h | 1 + > hw/msix.c | 10 ++ > hw/msix.h | 3 + > hw/spapr.c | 26 +++++- > hw/spapr.h | 1 + > hw/spapr_pci.c | 266 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- > hw/spapr_pci.h | 13 +++- > trace-events | 9 ++ > 9 files changed, 331 insertions(+), 12 deletions(-) > -- Alexey From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Kardashevskiy Date: Thu, 14 Jun 2012 04:42:45 +0000 Subject: Re: [PATCH 0/3] adding MSI/MSIX for PCI on POWER Message-Id: <4FD96BC5.5040907@ozlabs.ru> List-Id: References: <4FD968BB.2000505@ozlabs.ru> In-Reply-To: <4FD968BB.2000505@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "qemu-devel@nongnu.org" , kvm-ppc@vger.kernel.org, Benjamin Herrenschmidt Forgot to CC: someone :) On 14/06/12 14:29, Alexey Kardashevskiy wrote: > The following patches add MSIX support for PCI on POWER. > The first aim is virtio-pci so it was tested. It will also support > VFIO when it becomes available in public. > > Alexey Kardashevskiy (3): > msi/msix: added functions to API to set up message address and data > pseries: added allocator for a block of IRQs > pseries pci: added MSI/MSIX support > > hw/msi.c | 14 +++ > hw/msi.h | 1 + > hw/msix.c | 10 ++ > hw/msix.h | 3 + > hw/spapr.c | 26 +++++- > hw/spapr.h | 1 + > hw/spapr_pci.c | 266 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- > hw/spapr_pci.h | 13 +++- > trace-events | 9 ++ > 9 files changed, 331 insertions(+), 12 deletions(-) > -- Alexey