Re: [PATCH] hw/remote: Fix vfu_cfg trace offset format

2023-04-29 Thread Philippe Mathieu-Daudé
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

Re: [PATCH] hw/remote: Fix vfu_cfg trace offset format

2023-04-26 Thread Jag Raman
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

[PATCH] hw/remote: Fix vfu_cfg trace offset format

2023-04-26 Thread Mattias Nissler
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