From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gavin Shan Date: Mon, 19 May 2014 23:57:06 +0000 Subject: Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO Message-Id: <20140519235706.GA10308@shangw> List-Id: References: <1400040722-29608-1-git-send-email-gwshan@linux.vnet.ibm.com> <1400040722-29608-4-git-send-email-gwshan@linux.vnet.ibm.com> <5379FE4F.6070706@suse.de> In-Reply-To: <5379FE4F.6070706@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Graf Cc: aik@ozlabs.ru, Gavin Shan , kvm-ppc@vger.kernel.org, alex.williamson@redhat.com, qiudayu@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org On Mon, May 19, 2014 at 02:51:27PM +0200, Alexander Graf wrote: > >On 14.05.14 06:11, Gavin Shan wrote: >>The patch adds new IOCTL command VFIO_EEH_INFO to VFIO container >>to support EEH functionality for PCI devices, which have been >>passed from host to guest via VFIO. >> >>Signed-off-by: Gavin Shan >>--- >> arch/powerpc/platforms/powernv/Makefile | 1 + >> arch/powerpc/platforms/powernv/eeh-vfio.c | 593 ++++++++++++++++++++++++++++++ >> drivers/vfio/vfio_iommu_spapr_tce.c | 12 + >> include/uapi/linux/vfio.h | 57 +++ > >Documentation/...? > Will amend it in next revision. Thanks for reminder. Thanks, Gavin