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
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
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
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