vfio/migration: Change trace formats from hex to decimal
authorAvihai Horon <avihaih@nvidia.com>
Sun, 20 Oct 2024 13:01:08 +0000 (16:01 +0300)
committerCédric Le Goater <clg@redhat.com>
Wed, 23 Oct 2024 12:46:24 +0000 (14:46 +0200)
commitfa4e20defe239e42af0a1b5c030dec114f799f56
tree18f17cb35fb06394daa9aba84eb7ab8001e71693
parent3b5948f808e3b99aedfa0aff45cffbe8b7ec07ed
vfio/migration: Change trace formats from hex to decimal

Data sizes in VFIO migration trace events are printed in hex format
while in migration core trace events they are printed in decimal format.

This inconsistency makes it less readable when using both trace event
types. Hence, change the data sizes print format to decimal in VFIO
migration trace events.

Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/trace-events