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

2016-10-10 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1475770058-20409-1-git-send-email-eric.au...@redhat.com Subject: [Qemu-devel] [PATCH v5 00/17] Convert VFIO-PCI

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

2016-10-07 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 v5 00/17] Convert VFIO-PCI to realize

2016-10-06 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