arm: soc-dma: use hwaddr instead of target_ulong in printf
commit580106df5ff1a86df317c8a8080e48e1694d785e
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Dec 2015 13:37:13 +0000 (17 13:37 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Dec 2015 13:37:13 +0000 (17 13:37 +0000)
tree3575ca271b00f448bdd75f5786b745b3d03da188
parent58f6d82fc43fdc997079d6cca52106f68db7b24e
arm: soc-dma: use hwaddr instead of target_ulong in printf

This is a first baby step towards removing widespread inclusion of
cpu.h and compiling more devices once (so that arm, aarch64 and
in the future target-multi can share the object files).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: changed __FUNCTION__ to __func__ since we're touching
 these lines of code anyway]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/dma/soc_dma.c