Re: [Qemu-devel] [PATCH 4/8] i.MX: Standardize i.MX AVIC debug

2015-10-20 Thread Peter Crosthwaite
On Tue, Oct 20, 2015 at 2:20 PM, Jean-Christophe Dubois wrote: > The goal is to have debug code always compiled during build. > > Signed-off-by: Jean-Christophe Dubois > --- > hw/intc/imx_avic.c | 40 > 1 file changed, 16 insertions(+), 24 deletions(-) >

[Qemu-devel] [PATCH 4/8] i.MX: Standardize i.MX AVIC debug

2015-10-20 Thread Jean-Christophe Dubois
The goal is to have debug code always compiled during build. Signed-off-by: Jean-Christophe Dubois --- hw/intc/imx_avic.c | 40 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/hw/intc/imx_avic.c b/hw/intc/imx_avic.c index 96c376b..11960aa