Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-20 Thread Gavin Shan
On Tue, May 20, 2014 at 12:02:22PM +0200, Alexander Graf wrote: > >On 20.05.14 10:28, Gavin Shan wrote: >>On Mon, May 19, 2014 at 06:37:24PM -0600, Alex Williamson wrote: >>>On Tue, 2014-05-20 at 10:22 +1000, Gavin Shan wrote: On Mon, May 19, 2014 at 04:33:10PM -0600, Alex Williamson wrote: >>>

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-20 Thread Alexander Graf
On 20.05.14 10:28, Gavin Shan wrote: On Mon, May 19, 2014 at 06:37:24PM -0600, Alex Williamson wrote: On Tue, 2014-05-20 at 10:22 +1000, Gavin Shan wrote: On Mon, May 19, 2014 at 04:33:10PM -0600, Alex Williamson wrote: On Wed, 2014-05-14 at 14:11 +1000, Gavin Shan wrote: The patch adds new

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-20 Thread Gavin Shan
On Mon, May 19, 2014 at 06:37:24PM -0600, Alex Williamson wrote: >On Tue, 2014-05-20 at 10:22 +1000, Gavin Shan wrote: >> On Mon, May 19, 2014 at 04:33:10PM -0600, Alex Williamson wrote: >> >On Wed, 2014-05-14 at 14:11 +1000, Gavin Shan wrote: >> >> The patch adds new IOCTL command VFIO_EEH_INFO to

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-19 Thread Alex Williamson
On Tue, 2014-05-20 at 10:22 +1000, Gavin Shan wrote: > On Mon, May 19, 2014 at 04:33:10PM -0600, Alex Williamson wrote: > >On Wed, 2014-05-14 at 14:11 +1000, Gavin Shan wrote: > >> The patch adds new IOCTL command VFIO_EEH_INFO to VFIO container > >> to support EEH functionality for PCI devices, wh

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-19 Thread Gavin Shan
On Mon, May 19, 2014 at 04:33:10PM -0600, Alex Williamson wrote: >On Wed, 2014-05-14 at 14:11 +1000, 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. Thanks

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-19 Thread Gavin Shan
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

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-19 Thread Benjamin Herrenschmidt
On Mon, 2014-05-19 at 16:33 -0600, Alex Williamson wrote: > On Wed, 2014-05-14 at 14:11 +1000, 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. > > Some c

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-19 Thread Alex Williamson
On Wed, 2014-05-14 at 14:11 +1000, 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. Some comments throughout, but overall this seems to forgo every bit of the d

Re: [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-19 Thread Alexander Graf
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/power

[PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO

2014-05-13 Thread Gavin Shan
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