Re: [Qemu-devel] [PATCH v3 08/16] vfio: Pass an error object to vfio_get_group

2016-10-03 Thread Auger Eric
Hi, On 02/10/2016 22:50, Eric Auger wrote: > Pass an error object to prepare for migration to VFIO-PCI realize. > > For the time being let's just simply report the error in > vfio platform's vfio_base_device_init(). A subsequent patch will > duly propagate the error up to vfio_platform_realize. >

[Qemu-devel] [PATCH v3 08/16] vfio: Pass an error object to vfio_get_group

2016-10-02 Thread Eric Auger
Pass an error object to prepare for migration to VFIO-PCI realize. For the time being let's just simply report the error in vfio platform's vfio_base_device_init(). A subsequent patch will duly propagate the error up to vfio_platform_realize. Signed-off-by: Eric Auger --- v2 -> v3: - In the co