On 26/4/23 11:35, Mattias Nissler wrote:
The printed offset value is prefixed with 0x, but was actually printed
in decimal. To spare others the confusion, adjust the format specifier
to hexadecimal.
Signed-off-by: Mattias Nissler
---
hw/remote/trace-events | 4 ++--
1 file changed, 2 inserti
Thank you!
> On Apr 26, 2023, at 5:35 AM, Mattias Nissler wrote:
>
> The printed offset value is prefixed with 0x, but was actually printed
> in decimal. To spare others the confusion, adjust the format specifier
> to hexadecimal.
>
> Signed-off-by: Mattias Nissler
Reviewed-by: Jagannathan Ra
The printed offset value is prefixed with 0x, but was actually printed
in decimal. To spare others the confusion, adjust the format specifier
to hexadecimal.
Signed-off-by: Mattias Nissler
---
hw/remote/trace-events | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/remot