From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soami-00021G-Eu for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Soamc-0001D6-8f for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:47:23 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:52125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soamc-0001Cd-2s for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:47:18 -0400 Received: by pbbro12 with SMTP id ro12so336197pbb.4 for ; Tue, 10 Jul 2012 06:47:16 -0700 (PDT) From: Alexey Kardashevskiy Date: Tue, 10 Jul 2012 23:47:02 +1000 Message-Id: <1341928025-5669-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/3] powerpc: adding MSI/MSIX support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexey Kardashevskiy , qemu-devel@nongnu.org, Alexander Graf , qemu-ppc@nongnu.org, David Gibson While some of my colleagues are overloaded or in vacations, I will give it another try here :) The patch I posted earlier is split to three to make it easier to review/comment. Each patch compiles but does not make sense without others. Alexey Kardashevskiy (3): pseries pci: preparing for MSI/MSIX support pseries pci: added memory window for MSI/MSIX vectors pseries pci: added actual MSI/MSIX support hw/spapr.c | 7 +- hw/spapr_pci.c | 279 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- hw/spapr_pci.h | 10 +- trace-events | 9 ++ 4 files changed, 292 insertions(+), 13 deletions(-) -- 1.7.10