Re: [Qemu-devel] [RFC v3 08/10] vfio-pci: add VFIO_FEATURE_ENABLE_AER_CAP feature

2015-03-01 Thread Chen Fan
On 02/27/2015 06:18 AM, Alex Williamson wrote: On Thu, 2015-02-26 at 14:46 +0800, Chen Fan wrote: On 02/11/2015 12:39 AM, Alex Williamson wrote: On Tue, 2015-02-10 at 15:03 +0800, Chen Fan wrote: add a new "aercap" feature in vfio device, for controlling whether expose aer capability. Signed

Re: [Qemu-devel] [RFC v3 08/10] vfio-pci: add VFIO_FEATURE_ENABLE_AER_CAP feature

2015-02-25 Thread Chen Fan
On 02/11/2015 12:39 AM, Alex Williamson wrote: On Tue, 2015-02-10 at 15:03 +0800, Chen Fan wrote: add a new "aercap" feature in vfio device, for controlling whether expose aer capability. Signed-off-by: Chen Fan --- hw/vfio/pci.c | 10 -- 1 file changed, 8 insertions(+), 2 deletion

Re: [Qemu-devel] [RFC v3 08/10] vfio-pci: add VFIO_FEATURE_ENABLE_AER_CAP feature

2015-02-10 Thread Alex Williamson
On Tue, 2015-02-10 at 15:03 +0800, Chen Fan wrote: > add a new "aercap" feature in vfio device, for controlling > whether expose aer capability. > > Signed-off-by: Chen Fan > --- > hw/vfio/pci.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/hw/vfio/pci.c b/

[Qemu-devel] [RFC v3 08/10] vfio-pci: add VFIO_FEATURE_ENABLE_AER_CAP feature

2015-02-09 Thread Chen Fan
add a new "aercap" feature in vfio device, for controlling whether expose aer capability. Signed-off-by: Chen Fan --- hw/vfio/pci.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index bf314a1..c21b40b 100644 --- a/hw/vfio/pci.c +++ b