]> git.proxmox.com Git - qemu.git/commit - targphys.h
targphys.h: Define TARGET_PRI*PHYS format specifier macros
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Jun 2012 15:52:21 +0000 (16:52 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Jul 2012 10:35:48 +0000 (10:35 +0000)
commit1e9be4b4fed08804e645e6465d38cdb686ebe9de
tree0a25acbccf068b559851128358c0986de5a79205
parent636bd289398d203b2be5542279d24459767d6d4c
targphys.h: Define TARGET_PRI*PHYS format specifier macros

Define a set of TARGET_PRI*PHYS format specifier macros for working
with target_phys_addr_t types. These follow the standard pattern
for such macros, and are more flexible than TARGET_FMT_plx, which
does not allow specification of field widths.

Suggested-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
targphys.h