Re: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER

2013-01-11 Thread Marcelo Tosatti
, January 09, 2013 11:05 AM > > > To: Pandarathil, Vijaymohan R > > > Cc: Bjorn Helgaas; Gleb Natapov; k...@vger.kernel.org; qemu- > > > de...@nongnu.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > > > Subject: Re: [PATCH 1/2] VFIO-AER: Vfio-pci drive

Re: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER

2013-01-11 Thread Alex Williamson
c: Bjorn Helgaas; Gleb Natapov; k...@vger.kernel.org; qemu- > > de...@nongnu.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting > > AER > > > > On Wed, 2013-01-09 at 10:52 -0700, Alex William

RE: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER

2013-01-11 Thread Pandarathil, Vijaymohan R
.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting > AER > > On Wed, 2013-01-09 at 10:52 -0700, Alex Williamson wrote: > > On Wed, 2013-01-09 at 06:26 +, Pandarathil, Vijaymohan R wrote: > > > - New ioctl which

Re: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER

2013-01-09 Thread Alex Williamson
On Wed, 2013-01-09 at 10:52 -0700, Alex Williamson wrote: > On Wed, 2013-01-09 at 06:26 +, Pandarathil, Vijaymohan R wrote: > > - New ioctl which is used to pass the eventfd that is signaled when > > an error occurs in the vfio_pci_device > > > > - Register pci_error_handler

Re: [PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER

2013-01-09 Thread Alex Williamson
On Wed, 2013-01-09 at 06:26 +, Pandarathil, Vijaymohan R wrote: > - New ioctl which is used to pass the eventfd that is signaled when > an error occurs in the vfio_pci_device > > - Register pci_error_handler for the vfio_pci driver > > - When the device encounters

[PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER

2013-01-08 Thread Pandarathil, Vijaymohan R
- New ioctl which is used to pass the eventfd that is signaled when an error occurs in the vfio_pci_device - Register pci_error_handler for the vfio_pci driver - When the device encounters an error, the error handler registered by the vfio_pci driver g