Re: [Qemu-devel] [PATCH] vfio/pci: Report errors from qdev_unplug() via device request

2017-02-21 Thread Philippe Mathieu-Daudé
On 02/21/2017 06:28 PM, Auger Eric wrote: Hi Alex, On 21/02/2017 20:10, Alex Williamson wrote: Currently we ignore this error, report it with error_reportf_err() Signed-off-by: Alex Williamson Reviewed-by: Eric Auger Eric Reviewed-by:

Re: [Qemu-devel] [PATCH] vfio/pci: Report errors from qdev_unplug() via device request

2017-02-21 Thread Auger Eric
Hi Alex, On 21/02/2017 20:10, Alex Williamson wrote: > Currently we ignore this error, report it with error_reportf_err() > > Signed-off-by: Alex Williamson Reviewed-by: Eric Auger Eric > --- > hw/vfio/pci.c |6 +- > 1 file changed,

[Qemu-devel] [PATCH] vfio/pci: Report errors from qdev_unplug() via device request

2017-02-21 Thread Alex Williamson
Currently we ignore this error, report it with error_reportf_err() Signed-off-by: Alex Williamson --- hw/vfio/pci.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 332f41d6627f..f2ba9b6cfafc 100644 ---