Re: [Qemu-devel] [PATCH] spapr_pci: use warn_report()

2017-12-18 Thread David Gibson
On Mon, Dec 18, 2017 at 04:58:02PM +0100, Greg Kurz wrote: > These two are definitely warnings. Let's use the appropriate API. > > Signed-off-by: Greg Kurz Applied to ppc-for-2.12, thanks. > --- > hw/ppc/spapr_pci.c |6 +++--- > hw/ppc/spapr_pci_vfio.c |2 +- > 2 files changed, 4

[Qemu-devel] [PATCH] spapr_pci: use warn_report()

2017-12-18 Thread Greg Kurz
These two are definitely warnings. Let's use the appropriate API. Signed-off-by: Greg Kurz --- hw/ppc/spapr_pci.c |6 +++--- hw/ppc/spapr_pci_vfio.c |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c index 88797b3d3622..695c