Re: [Qemu-devel] [PATCH v2 2/4] hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plx

2012-06-25 Thread Andreas Färber
Am 25.06.2012 17:52, schrieb Peter Maydell: > Use the new TARGET_PRIxPHYS macro to avoid the need to define an > OMAP_FMT_plx macro whose expansion depends directly on > TARGET_PHYS_ADDR_BITS. > > Signed-off-by: Peter Maydell Acked-by: Andreas Färber /-F -- SUSE LINUX Products GmbH, Maxfelds

[Qemu-devel] [PATCH v2 2/4] hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plx

2012-06-25 Thread Peter Maydell
Use the new TARGET_PRIxPHYS macro to avoid the need to define an OMAP_FMT_plx macro whose expansion depends directly on TARGET_PHYS_ADDR_BITS. Signed-off-by: Peter Maydell --- hw/omap.h |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/hw/omap.h b/hw/omap.h index 3d