This series aims to ease looking at the '-d unimp' output reported by the UnimplementedDevice.
- read/write accesses are now aligned - the value format width uses the access size - the offset (address) uses the size of the memory region it belongs Series fully reviewed. Since v1: - Use DIV_ROUND_UP instead of ROUND_UP (rth) - Added rth R-b tags $ git backport-diff -u v1 -r origin/master.. Key: [----] : patches are identical [####] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively 001/3:[----] [--] 'hw/misc/unimp: Display value after offset' 002/3:[----] [--] 'hw/misc/unimp: Display the value with width of the access size' 003/3:[0002] [FC] 'hw/misc/unimp: Display the offset with width of the region size' Philippe Mathieu-Daudé (3): hw/misc/unimp: Display value after offset hw/misc/unimp: Display the value with width of the access size hw/misc/unimp: Display the offset with width of the region size include/hw/misc/unimp.h | 1 + hw/misc/unimp.c | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) -- 2.21.3