Re: [Qemu-devel] [PATCH v9 03/11] vfio: add aer support for vfio device

2016-09-13 Thread Alex Williamson
Hi Dou, On Tue, 13 Sep 2016 14:56:15 +0800 Dou Liyang wrote: > Hi Alex, > > I am Dou. > I am testing these patches. > > At 09/01/2016 03:44 AM, Alex Williamson wrote: > > [...] > > >> + > >> +pcie_cap_deverr_init(pdev); > >> +return pcie_aer_init(pdev, pos, size); > > > > pcie_aer_

Re: [Qemu-devel] [PATCH v9 03/11] vfio: add aer support for vfio device

2016-09-12 Thread Dou Liyang
Hi Alex, I am Dou. I am testing these patches. At 09/01/2016 03:44 AM, Alex Williamson wrote: [...] + +pcie_cap_deverr_init(pdev); +return pcie_aer_init(pdev, pos, size); pcie_aer_init() adds a v2 AER capability regardless of the version of the AER capability on the device. Is this

Re: [Qemu-devel] [PATCH v9 03/11] vfio: add aer support for vfio device

2016-08-31 Thread Alex Williamson
On Tue, 19 Jul 2016 15:38:21 +0800 Zhou Jie wrote: > From: Chen Fan > > Calling pcie_aer_init to initilize aer related registers for > vfio device, then reload physical related registers to expose > device capability. > > Signed-off-by: Chen Fan > --- > hw/vfio/pci.c | 75 >

[Qemu-devel] [PATCH v9 03/11] vfio: add aer support for vfio device

2016-07-19 Thread Zhou Jie
From: Chen Fan Calling pcie_aer_init to initilize aer related registers for vfio device, then reload physical related registers to expose device capability. Signed-off-by: Chen Fan --- hw/vfio/pci.c | 75 ++- hw/vfio/pci.h | 3 +++ 2 fil