Re: [Qemu-devel] [PATCH v5 3/7] vfio: add aer support for vfio device

2015-03-13 Thread Alex Williamson
On Thu, 2015-03-12 at 18:23 +0800, Chen Fan wrote: > 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 | 45 ++

[Qemu-devel] [PATCH v5 3/7] vfio: add aer support for vfio device

2015-03-12 Thread 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 | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git