Re: [PATCH-for-5.2 1/3] hw/misc/unimp: Display value after offset

2020-08-12 Thread Richard Henderson
On 8/7/20 7:37 AM, Philippe Mathieu-Daudé wrote: > To better align the read/write accesses, display the value after > the offset (read accesses only display the offset). > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson r~

[PATCH-for-5.2 1/3] hw/misc/unimp: Display value after offset

2020-08-07 Thread Philippe Mathieu-Daudé
To better align the read/write accesses, display the value after the offset (read accesses only display the offset). Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/unimp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/misc/unimp.c b/hw/misc/unimp.c index bc408