Re: [Qemu-devel] [PATCH RFC v11 4/4] vfio: add 'aer' property to expose aercap

2017-01-20 Thread Alex Williamson
On Fri, 20 Jan 2017 14:04:08 +0800 Cao jin wrote: > On 01/19/2017 06:36 AM, Alex Williamson wrote: > > On Sat, 31 Dec 2016 17:13:08 +0800 > > Cao jin wrote: > > > >> From: Chen Fan > >> > >> Add 'aer' property, let user choose whether expose the aer capability > >> or not. > > > > But tha

Re: [Qemu-devel] [PATCH RFC v11 4/4] vfio: add 'aer' property to expose aercap

2017-01-19 Thread Cao jin
On 01/19/2017 06:36 AM, Alex Williamson wrote: > On Sat, 31 Dec 2016 17:13:08 +0800 > Cao jin wrote: > >> From: Chen Fan >> >> Add 'aer' property, let user choose whether expose the aer capability >> or not. > > But that's not what it does, it only controls the behavior in response > to non-f

Re: [Qemu-devel] [PATCH RFC v11 4/4] vfio: add 'aer' property to expose aercap

2017-01-18 Thread Alex Williamson
On Sat, 31 Dec 2016 17:13:08 +0800 Cao jin wrote: > From: Chen Fan > > Add 'aer' property, let user choose whether expose the aer capability > or not. But that's not what it does, it only controls the behavior in response to non-fatal errors, the capability is exposed regardless. > Should dis

[Qemu-devel] [PATCH RFC v11 4/4] vfio: add 'aer' property to expose aercap

2016-12-31 Thread Cao jin
From: Chen Fan Add 'aer' property, let user choose whether expose the aer capability or not. Should disable aer feature by default, because only non-fatal error is supported now. Signed-off-by: Chen Fan Signed-off-by: Dou Liyang Signed-off-by: Cao jin --- hw/vfio/pci.c | 2 ++ 1 file changed