]> Git Repo - qemu.git/commit
hw/misc/unimp: Display the value with width of the access size
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 28 Aug 2020 09:02:46 +0000 (10:02 +0100)
committerPeter Maydell <[email protected]>
Fri, 28 Aug 2020 09:02:46 +0000 (10:02 +0100)
commita12b4c53cbf4d5e75f0e88d624c196d8b71256f4
treeaeb76ed53df9a0a92395fbb738225e1b99e1385d
parent68274b945e9ab4369e97baa010a700f8056c8113
hw/misc/unimp: Display the value with width of the access size

To quickly notice the access size, display the value with the
width of the access (i.e. 16-bit access is displayed 0x0000,
while 8-bit access 0x00).

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20200812190206[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/misc/unimp.c
This page took 0.023062 seconds and 4 git commands to generate.