diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-03-25 14:41:06 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-03-25 14:41:06 +0000 |
commit | c7ca3ad5e756e263daf082c315e311593ccec3d1 (patch) | |
tree | 50d667523c605c051155410866c81213b9962e57 /hw/intc/xive.c | |
parent | 6222c3acc4f36fc31d057e1afb6b5c408f83d343 (diff) |
hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging
In commit 84d43d2e82da we rearranged the logging of errors in
process_mapc(), and inadvertently dropped the trailing newlines
from the log messages. Restore them. The same commit also
attempted to switch the ICID printing to hex (which is how we
print ICIDs elsewhere) but only did half the job, adding the
0x prefix but leaving the format string at %d; correct to %x.
Fixes: 84d43d2e82da ("hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase field")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/intc/xive.c')
0 files changed, 0 insertions, 0 deletions