Re: [Qemu-devel] [PATCH 01/17] openpic: debug w/ info_report()

2017-11-26 Thread David Gibson
On Sun, Nov 26, 2017 at 03:58:59PM -0600, Michael Davidsaver wrote: > Replace *printf() with *_report(). > Remove trailing new lines. > > Signed-off-by: Michael Davidsaver Applied to ppc-for-2.12. > --- > hw/intc/openpic.c | 102 > +++--- > 1 fi

[Qemu-devel] [PATCH 01/17] openpic: debug w/ info_report()

2017-11-26 Thread Michael Davidsaver
Replace *printf() with *_report(). Remove trailing new lines. Signed-off-by: Michael Davidsaver --- hw/intc/openpic.c | 102 +++--- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/hw/intc/openpic.c b/hw/intc/openpic.c index 10d6e871