Re: [Qemu-devel] [PATCH 01/15] openpic: fix debug prints

2013-01-03 Thread Scott Wood
On 01/03/2013 11:31:49 AM, Alexander Graf wrote: On 22.12.2012, at 03:15, Scott Wood wrote: > Fix various format errors when debug prints are enabled. Also > cause error checking to happen even when debug prints are not > enabled, and consistently use 0x for hex output. > > Signed-off-by: Scot

Re: [Qemu-devel] [PATCH 01/15] openpic: fix debug prints

2013-01-03 Thread Alexander Graf
On 22.12.2012, at 03:15, Scott Wood wrote: > Fix various format errors when debug prints are enabled. Also > cause error checking to happen even when debug prints are not > enabled, and consistently use 0x for hex output. > > Signed-off-by: Scott Wood > --- > hw/openpic.c | 40 ++