]> Git Repo - qemu.git/commit
target/i386: tracing: format length values as hex
authorDov Murik <[email protected]>
Tue, 3 Nov 2020 10:07:45 +0000 (10:07 +0000)
committerLaurent Vivier <[email protected]>
Sun, 13 Dec 2020 16:02:42 +0000 (17:02 +0100)
commit6f8ddc2a89ba3b4add7aa2b351c04d810795c3df
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20201103100745[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
target/i386/trace-events
This page took 0.024663 seconds and 4 git commands to generate.