]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/remote: Fix vfu_cfg trace offset format
authorMattias Nissler <mnissler@rivosinc.com>
Wed, 26 Apr 2023 09:35:18 +0000 (09:35 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 11 Jun 2023 08:02:28 +0000 (11:02 +0300)
commit8eb73afedc143f5ca4798d055a4cc7de39194c6c
treeac7459aa9b25eee9b238d9ac42f70e046ea62e44
parent10fad73a2bf1c76c8aa9d6322755e5f877d83ce5
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>
(cherry picked from commit 5fb9e8295531f957cf7ac20e89736c8963a25e04)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/remote/trace-events