Re: [Qemu-devel] [PATCH v2 14/15] target-sparc: Refactor debug output macros

2013-02-23 Thread Blue Swirl
On Thu, Feb 21, 2013 at 4:25 AM, Andreas Färber wrote: > Make debug output compile-testable even if disabled. > > Inline DEBUG_FEATURES and introduce features_printf() in cpu.c. > Inline DEBUG_MMU in ldst_helper.c but leave DPRINTF_MMU() as is due > to "MMU: " prefix. > Inline DEBUG_{MXCC,ASI} in

[Qemu-devel] [PATCH v2 14/15] target-sparc: Refactor debug output macros

2013-02-20 Thread Andreas Färber
Make debug output compile-testable even if disabled. Inline DEBUG_FEATURES and introduce features_printf() in cpu.c. Inline DEBUG_MMU in ldst_helper.c but leave DPRINTF_MMU() as is due to "MMU: " prefix. Inline DEBUG_{MXCC,ASI} in ldst_helper.c. Signed-off-by: Andreas Färber --- target-sparc/cp