commit | 5fb9e8295531f957cf7ac20e89736c8963a25e04 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@rivosinc.com> | Wed Apr 26 09:35:18 2023 +0000 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Fri Jun 09 23:38:16 2023 +0300 |
tree | 14d64fe746aba88a85885b32160b457bcad9bbdc | |
parent | 40b89515d026915a0593993712e322addac095b9 [diff] |
hw/remote: Fix vfu_cfg trace offset format 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 <mnissler@rivosinc.com> Reviewed-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>