Re: [Qemu-devel] [PATCH arm-devs v1 4/5] sd/sdhci.c: Fix bdata_read DPRINT message

2013-05-22 Thread Igor Mitsyanko
On 05/21/2013 10:52 AM, peter.crosthwa...@xilinx.com wrote: From: Peter Crosthwaite This message was printing out the data in decimal only, which is not very friendly to the debugging developer. Add hex variant in parenthesis to make it consistent with other similar messages in this module. Si

Re: [Qemu-devel] [PATCH arm-devs v1 4/5] sd/sdhci.c: Fix bdata_read DPRINT message

2013-05-21 Thread Peter Maydell
On 21 May 2013 07:52, wrote: > From: Peter Crosthwaite > > This message was printing out the data in decimal only, which is not > very friendly to the debugging developer. Add hex variant in > parenthesis to make it consistent with other similar messages in this > module. > > Signed-off-by: Pete

[Qemu-devel] [PATCH arm-devs v1 4/5] sd/sdhci.c: Fix bdata_read DPRINT message

2013-05-20 Thread peter . crosthwaite
From: Peter Crosthwaite This message was printing out the data in decimal only, which is not very friendly to the debugging developer. Add hex variant in parenthesis to make it consistent with other similar messages in this module. Signed-off-by: Peter Crosthwaite --- hw/sd/sdhci.c | 3 ++- 1