From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoTMY-0007NK-Jf for qemu-devel@nongnu.org; Tue, 10 Jul 2012 01:51:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoTMW-0004FX-Sm for qemu-devel@nongnu.org; Tue, 10 Jul 2012 01:51:54 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:56380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoTMW-0004FN-Om for qemu-devel@nongnu.org; Tue, 10 Jul 2012 01:51:52 -0400 Received: by yenl1 with SMTP id l1so11754860yen.4 for ; Mon, 09 Jul 2012 22:51:51 -0700 (PDT) From: Alexey Kardashevskiy Date: Tue, 10 Jul 2012 15:51:35 +1000 Message-Id: <1341899497-23265-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/2] RFC: powerpc-vfio: adding support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexey Kardashevskiy , Alexander Graf , qemu-devel@nongnu.org, Alex Williamson , qemu-ppc@nongnu.org, David Gibson The two patches in this set are supposed to add VFIO support for POWER. The first one adds one more step in the initalizaion sequence which I am not sure is correct. The second patch adds actual VFIO support. It is not ready to submit but ready to discuss. I would like to get rid of all #ifdef TARGET_PPC64 in patch #2 and I wonder if there is any plan to implement some generic EOI support code, etc. Alexey Kardashevskiy (2): pseries pci: spapr_finalize_pci_setup introduced vfio-powerpc: added VFIO support hw/ppc/Makefile.objs | 3 ++ hw/spapr.c | 7 ++++ hw/spapr.h | 4 +++ hw/spapr_iommu.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/spapr_pci.c | 36 ++++++++++++++++++--- hw/spapr_pci.h | 4 +++ hw/vfio_pci.c | 76 +++++++++++++++++++++++++++++++++++++++++-- hw/vfio_pci.h | 2 ++ 8 files changed, 212 insertions(+), 7 deletions(-) -- 1.7.10