Re: [PATCH] target/i386: tracing: format length values as hex

2020-12-13 Thread Laurent Vivier
Le 13/12/2020 à 16:27, Laurent Vivier a écrit : > Le 09/12/2020 à 18:58, Dov Murik a écrit : >> ping >> >> Adding CC qemu-trivial. >> >> This already got one R-b: >> https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg00525.html >> >> -Dov >> >> >> On 03/11/2020 12:07, Dov Murik wrote: >>> Thr

Re: [PATCH] target/i386: tracing: format length values as hex

2020-12-13 Thread Laurent Vivier
Le 09/12/2020 à 18:58, Dov Murik a écrit : > ping > > Adding CC qemu-trivial. > > This already got one R-b: > https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg00525.html > > -Dov > > > On 03/11/2020 12:07, Dov Murik wrote: >> Three trace events had a literal "0x" prefix but the 'len' v

Re: [PATCH] target/i386: tracing: format length values as hex

2020-12-09 Thread Dov Murik
ping Adding CC qemu-trivial. This already got one R-b: https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg00525.html -Dov On 03/11/2020 12:07, Dov Murik wrote: Three trace events had a literal "0x" prefix but the 'len' values were formatted in decimal base. Keep the prefix and format

Re: [PATCH] target/i386: tracing: format length values as hex

2020-11-03 Thread Philippe Mathieu-Daudé
On 11/3/20 11:07 AM, Dov Murik wrote: > 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 > --- > target/i386/trac