target/i386: tracing: format length values as hex
commit6f8ddc2a89ba3b4add7aa2b351c04d810795c3df
authorDov Murik <dovmurik@linux.vnet.ibm.com>
Tue, 3 Nov 2020 10:07:45 +0000 (3 10:07 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 13 Dec 2020 16:02:42 +0000 (13 17:02 +0100)
treeb95f7353f469f45d3eb68de26087a49f65975795
parent17584289af1aaa72c932e7e47c25d583b329dc45
target/i386: tracing: format length values as hex

Three trace events had a literal "0x" prefix but the 'len' values were
formatted in decimal base.  Keep the prefix and format the numbers as
hex, as is usually the case for length of memory regions.

Signed-off-by: Dov Murik <dovmurik@linux.vnet.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201103100745.160409-1-dovmurik@linux.vnet.ibm.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/i386/trace-events