On 10/19/20 9:07 PM, Peter Maydell wrote:
The smmuv3_cmdq_cfgi_ste_range trace event prints decimal values with an 0x prefix, which is confusing. We're printing a range of stream IDs here, which elsewhere we do in decimal, so use decimal here too and just drop the '0x' prefix.Signed-off-by: Peter Maydell <[email protected]> --- hw/arm/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
