[Qemu-devel] [PATCH v13 08/13] vfio: add check host bus reset is support or not

2015-11-11 Thread Cao jin
From: Chen Fan when init vfio devices done, we should test all the devices supported aer whether conflict with others. For each one, get the hot reset info for the affected device list. For each affected device, all should attach to the VM and on/below the same bus. also, we should test all of t

Re: [Qemu-devel] [PATCH v13 08/13] vfio: add check host bus reset is support or not

2015-11-11 Thread Alex Williamson
On Wed, 2015-11-11 at 18:34 +0800, Cao jin wrote: > From: Chen Fan > > when init vfio devices done, we should test all the devices supported > aer whether conflict with others. For each one, get the hot reset > info for the affected device list. For each affected device, all > should attach to t

Re: [Qemu-devel] [PATCH v13 08/13] vfio: add check host bus reset is support or not

2015-11-12 Thread Cao jin
ok, will fix these On 11/12/2015 04:53 AM, Alex Williamson wrote: On Wed, 2015-11-11 at 18:34 +0800, Cao jin wrote: From: Chen Fan +error_report("vfio: Cannot get hot reset info"); This needs a more useful error message: -error_report("vfio: Cannot get hot reset info");