Re: [Qemu-devel] [PATCH v2 3/4] hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddr

2012-06-25 Thread Andreas Färber
Am 25.06.2012 17:52, schrieb Peter Maydell: > Switch a format string from %x to TARGET_PRIxPHYS so that it will > continue to work even if target_phys_addr_t is changed > to 64 bits in the future. > > Signed-off-by: Peter Maydell Reviewed-by: Andreas Färber /-F -- SUSE LINUX Products GmbH, M

[Qemu-devel] [PATCH v2 3/4] hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddr

2012-06-25 Thread Peter Maydell
Switch a format string from %x to TARGET_PRIxPHYS so that it will continue to work even if target_phys_addr_t is changed to 64 bits in the future. Signed-off-by: Peter Maydell --- hw/sh_serial.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/sh_serial.c b/hw/sh_