Re: [Qemu-devel] [PATCH v2 4/4] monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef

2012-06-25 Thread Andreas Färber
Am 25.06.2012 17:52, schrieb Peter Maydell: > Now we have TARGET_PRI*PHYS for printing target_phys_addr_t values, > we can use them in monitor.c rather than having duplicate code > in two arms of a TARGET_PHYS_ADDR_BITS ifdef. > > Signed-off-by: Peter Maydell Reviewed-by: Andreas Färber /-F -

[Qemu-devel] [PATCH v2 4/4] monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef

2012-06-25 Thread Peter Maydell
Now we have TARGET_PRI*PHYS for printing target_phys_addr_t values, we can use them in monitor.c rather than having duplicate code in two arms of a TARGET_PHYS_ADDR_BITS ifdef. Signed-off-by: Peter Maydell --- monitor.c | 29 - 1 files changed, 4 insertions(+), 25 d