Re: [Qemu-devel] [RFC v7 11/11] vfio: add 'aer' property to expose aercap

2015-05-20 Thread Chen Fan
On 05/21/2015 02:47 AM, Alex Williamson wrote: On Wed, 2015-05-20 at 11:43 +0800, Chen Fan wrote: On 05/20/2015 03:34 AM, Alex Williamson wrote: On Tue, 2015-05-19 at 12:42 +0800, Chen Fan wrote: add 'aer' property to let user able to decide whether expose the aer capability. by default we sh

Re: [Qemu-devel] [RFC v7 11/11] vfio: add 'aer' property to expose aercap

2015-05-20 Thread Alex Williamson
On Wed, 2015-05-20 at 11:43 +0800, Chen Fan wrote: > On 05/20/2015 03:34 AM, Alex Williamson wrote: > > On Tue, 2015-05-19 at 12:42 +0800, Chen Fan wrote: > >> add 'aer' property to let user able to decide whether expose > >> the aer capability. by default we should disable aer feature, > >> becaus

Re: [Qemu-devel] [RFC v7 11/11] vfio: add 'aer' property to expose aercap

2015-05-19 Thread Chen Fan
On 05/20/2015 03:34 AM, Alex Williamson wrote: On Tue, 2015-05-19 at 12:42 +0800, Chen Fan wrote: add 'aer' property to let user able to decide whether expose the aer capability. by default we should disable aer feature, because it needs configuration restrictions. But the previous patch alrea

Re: [Qemu-devel] [RFC v7 11/11] vfio: add 'aer' property to expose aercap

2015-05-19 Thread Alex Williamson
On Tue, 2015-05-19 at 12:42 +0800, Chen Fan wrote: > add 'aer' property to let user able to decide whether expose > the aer capability. by default we should disable aer feature, > because it needs configuration restrictions. But the previous patch already enabled it, so a bisect might get it enabl

[Qemu-devel] [RFC v7 11/11] vfio: add 'aer' property to expose aercap

2015-05-18 Thread Chen Fan
add 'aer' property to let user able to decide whether expose the aer capability. by default we should disable aer feature, because it needs configuration restrictions. Signed-off-by: Chen Fan --- hw/i386/pc_q35.c| 4 +++ hw/vfio/pci.c | 84 +