qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] Define and use PRI*PLX format specifier macros


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/4] Define and use PRI*PLX format specifier macros for target_phys_addr_t
Date: Mon, 25 Jun 2012 13:45:12 +0100

This patchset defines a set of macros for use in printf format strings
for handling target_phys_addr_t values, as suggested by Andreas Färber
(http://lists.gnu.org/archive/html/qemu-devel/2012-01/msg01547.html)

We can then use them in some places which were previously either
making assumptions about the width of target_phys_addr_t or had
an ifdef to handle the 32 and 64 bit cases separately. Patches 2-4
cover the format-string related parts of Anthony's original "make
target_phys_addr_t 64 bits in all cases" patch:
http://lists.gnu.org/archive/html/qemu-devel/2012-01/msg01523.html

Peter Maydell (4):
  targphys.h: Define PRI*PLX format specifier macros
  hw/omap.h: Use PRIxPLX to define OMAP_FMT_plx
  hw/sh_serial: Use PRIxPLX rather than %x for physaddr
  monitor: Use PRI*PLX to avoid TARGET_PHYS_ADDR_BITS ifdef

 hw/omap.h      |    8 +-------
 hw/sh_serial.c |    5 +++--
 monitor.c      |   29 ++++-------------------------
 targphys.h     |   16 ++++++++++++++++
 4 files changed, 24 insertions(+), 34 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]