Re: [Qemu-devel] [PATCH 3/3] vfio/pci: pass an error object to vfio_msix_early_setup

2016-09-12 Thread Auger Eric
Hi Markus, On 12/09/2016 14:58, Markus Armbruster wrote: > Eric Auger writes: > >> Let's expand the usage of QEMU Error objects to vfio_msix_early_setup. >> >> Signed-off-by: Eric Auger >> --- >> hw/vfio/pci.c | 28 >> 1 file changed, 16 insertions(+), 12 deletions

Re: [Qemu-devel] [PATCH 3/3] vfio/pci: pass an error object to vfio_msix_early_setup

2016-09-12 Thread Markus Armbruster
Eric Auger writes: > Let's expand the usage of QEMU Error objects to vfio_msix_early_setup. > > Signed-off-by: Eric Auger > --- > hw/vfio/pci.c | 28 > 1 file changed, 16 insertions(+), 12 deletions(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c > index f7768e9..

[Qemu-devel] [PATCH 3/3] vfio/pci: pass an error object to vfio_msix_early_setup

2016-09-06 Thread Eric Auger
Let's expand the usage of QEMU Error objects to vfio_msix_early_setup. Signed-off-by: Eric Auger --- hw/vfio/pci.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index f7768e9..b132bf1 100644 --- a/hw/vfio/pci.c ++