Re: [Qemu-devel] [PATCH v4 00/17] Convert VFIO-PCI to realize

2016-10-06 Thread Auger Eric
Hi Markus, On 04/10/2016 15:20, Markus Armbruster wrote: > Eric Auger writes: > >> This series converts VFIO-PCI to realize. It also aims at improving >> the error reporting in case of QMP hot-plug. >> >> Before the series, a device_add failure would have reported: >> {"error": {"class": "Generi

Re: [Qemu-devel] [PATCH v4 00/17] Convert VFIO-PCI to realize

2016-10-05 Thread Alex Williamson
On Tue, 04 Oct 2016 15:20:12 +0200 Markus Armbruster wrote: > Eric Auger writes: > > > This series converts VFIO-PCI to realize. It also aims at improving > > the error reporting in case of QMP hot-plug. > > > > Before the series, a device_add failure would have reported: > > {"error": {"class"

Re: [Qemu-devel] [PATCH v4 00/17] Convert VFIO-PCI to realize

2016-10-04 Thread Markus Armbruster
Eric Auger writes: > This series converts VFIO-PCI to realize. It also aims at improving > the error reporting in case of QMP hot-plug. > > Before the series, a device_add failure would have reported: > {"error": {"class": "GenericError", "desc": "Device initialization > failed"}}. > > Now the ac

[Qemu-devel] [PATCH v4 00/17] Convert VFIO-PCI to realize

2016-10-03 Thread Eric Auger
This series converts VFIO-PCI to realize. It also aims at improving the error reporting in case of QMP hot-plug. Before the series, a device_add failure would have reported: {"error": {"class": "GenericError", "desc": "Device initialization failed"}}. Now the actual error cause is reported. A si