Re: [Qemu-devel] [PATCH] cmd646: fix build when DEBUG_IDE is enabled.

2013-06-28 Thread Kevin Wolf
Am 28.06.2013 um 15:43 hat Mark Cave-Ayland geschrieben: > Make sure we use the correct TARGET/PRI macros in the debug statements. > > Signed-off-by: Mark Cave-Ayland > CC: Kevin Wolf Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH] cmd646: fix build when DEBUG_IDE is enabled.

2013-06-28 Thread Andreas Färber
Am 28.06.2013 15:43, schrieb Mark Cave-Ayland: > Make sure we use the correct TARGET/PRI macros in the debug statements. > > Signed-off-by: Mark Cave-Ayland > CC: Kevin Wolf > --- > hw/ide/cmd646.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/ide/cmd646.c

[Qemu-devel] [PATCH] cmd646: fix build when DEBUG_IDE is enabled.

2013-06-28 Thread Mark Cave-Ayland
Make sure we use the correct TARGET/PRI macros in the debug statements. Signed-off-by: Mark Cave-Ayland CC: Kevin Wolf --- hw/ide/cmd646.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ide/cmd646.c b/hw/ide/cmd646.c index a73eb9a..9916701 100644 --- a/hw/ide/cmd6