Re: [Qemu-devel] [PATCH 0/3] ppc: replace debug printf with trace points

2017-02-12 Thread David Gibson
On Fri, Feb 10, 2017 at 10:27:21AM +0100, Laurent Vivier wrote: > This series replaces the remaining DPRINTF() > found under hw/ppc and replace them with trace > points. > > Laurent Vivier (3): > mac99: replace debug printf with trace points > ppc4xx: replace debug printf with trace points >

Re: [Qemu-devel] [PATCH 0/3] ppc: replace debug printf with trace points

2017-02-10 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH 0/3] ppc: replace debug printf with trace points Message-id: 20170210092724.6470-1-lviv

[Qemu-devel] [PATCH 0/3] ppc: replace debug printf with trace points

2017-02-10 Thread Laurent Vivier
This series replaces the remaining DPRINTF() found under hw/ppc and replace them with trace points. Laurent Vivier (3): mac99: replace debug printf with trace points ppc4xx: replace debug printf with trace points spapr: replace debug printf with trace points hw/ppc/mac_newworld.c | 15 +++-