[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-5.2 0/3] hw/misc/unimp: Improve how offset/value are displaye
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-5.2 0/3] hw/misc/unimp: Improve how offset/value are displayed |
Date: |
Fri, 7 Aug 2020 16:37:02 +0200 |
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
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
- [PATCH-for-5.2 0/3] hw/misc/unimp: Improve how offset/value are displayed,
Philippe Mathieu-Daudé <=