]> git.proxmox.com Git - mirror_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>
Fri, 9 Jun 2023 20:38:16 +0000 (23:38 +0300)
commit5fb9e8295531f957cf7ac20e89736c8963a25e04
tree14d64fe746aba88a85885b32160b457bcad9bbdc
parent40b89515d026915a0593993712e322addac095b9
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>
hw/remote/trace-events