Re: [Qemu-devel] [PATCH v3 07/15] vfio: Report warnings with warn_report(), not error_printf()

2019-04-18 Thread Markus Armbruster
Alex Williamson writes: > On Thu, 18 Apr 2019 08:18:56 +0200 > Markus Armbruster wrote: > >> Alex Williamson writes: >> >> > On Wed, 17 Apr 2019 21:06:33 +0200 >> > Markus Armbruster wrote: >> > >> >> Cc: Alex Williamson >> >> Signed-off-by: Markus Armbruster >> >> --- >> >> hw/vfio/pci.

Re: [Qemu-devel] [PATCH v3 07/15] vfio: Report warnings with warn_report(), not error_printf()

2019-04-18 Thread Alex Williamson
On Thu, 18 Apr 2019 08:18:56 +0200 Markus Armbruster wrote: > Alex Williamson writes: > > > On Wed, 17 Apr 2019 21:06:33 +0200 > > Markus Armbruster wrote: > > > >> Cc: Alex Williamson > >> Signed-off-by: Markus Armbruster > >> --- > >> hw/vfio/pci.c | 19 +-- > >> 1 file

Re: [Qemu-devel] [PATCH v3 07/15] vfio: Report warnings with warn_report(), not error_printf()

2019-04-17 Thread Markus Armbruster
Alex Williamson writes: > On Wed, 17 Apr 2019 21:06:33 +0200 > Markus Armbruster wrote: > >> Cc: Alex Williamson >> Signed-off-by: Markus Armbruster >> --- >> hw/vfio/pci.c | 19 +-- >> 1 file changed, 13 insertions(+), 6 deletions(-) >> >> diff --git a/hw/vfio/pci.c b/hw/vfi

Re: [Qemu-devel] [PATCH v3 07/15] vfio: Report warnings with warn_report(), not error_printf()

2019-04-17 Thread Alex Williamson
On Wed, 17 Apr 2019 21:06:33 +0200 Markus Armbruster wrote: > Cc: Alex Williamson > Signed-off-by: Markus Armbruster > --- > hw/vfio/pci.c | 19 +-- > 1 file changed, 13 insertions(+), 6 deletions(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c > index 504019c458..0142819ea6

[Qemu-devel] [PATCH v3 07/15] vfio: Report warnings with warn_report(), not error_printf()

2019-04-17 Thread Markus Armbruster
Cc: Alex Williamson Signed-off-by: Markus Armbruster --- hw/vfio/pci.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 504019c458..0142819ea6 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -947,8 +947,10 @@ static vo