qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/15] tb hash improvements


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/15] tb hash improvements
Date: Fri, 10 Jun 2016 16:57:19 +0100

On 10 June 2016 at 16:33, Peter Maydell <address@hidden> wrote:
> On 10 June 2016 at 15:26, Richard Henderson <address@hidden> wrote:
>> We're all good to go with v7.
>>
>>
>> r~
>>
>>
>> The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34:
>>
>>   target-i386: Move user-mode exception actions out of user-exec.c 
>> (2016-06-09 15:55:02 +0100)
>>
>> are available in the git repository at:
>>
>>   git://github.com/rth7680/qemu.git tags/pull-tcg-20160610
>>
>> for you to fetch changes up to 9b1b8e78a5a8c849f5ca800d71497dc88a338483:
>>
>>   translate-all: add tb hash bucket info to 'info jit' dump (2016-06-10 
>> 07:21:54 -0700)
>>
>> ----------------------------------------------------------------
>> TB hashing improvements
>
> Fails to build on ppc64be :-(

Also fails trying to build a test on 32-bit:

/home/petmay01/qemu/tests/qht-bench.c: In function 'pr_params':
/home/petmay01/qemu/tests/qht-bench.c:270:5: error: format '%zu'
expects argument of type 'size_t', but argument 2 has type 'long
unsigned int' [-Werror=format=]
     printf(" lookup range:      %zu\n", lookup_range);
     ^
/home/petmay01/qemu/tests/qht-bench.c:271:5: error: format '%zu'
expects argument of type 'size_t', but argument 2 has type 'long
unsigned int' [-Werror=format=]
     printf(" update range:      %zu\n", update_range);
     ^
cc1: all warnings being treated as errors

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]