qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL for-2.8 0/9] tcg updates


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL for-2.8 0/9] tcg updates
Date: Mon, 31 Oct 2016 16:40:19 +0000

On 31 October 2016 at 14:47, Richard Henderson <address@hidden> wrote:
> These are the queued tcg patches that ought to go in for
> the 2.8 cycle.  I've deferred the bitfield extraction patches
> until the 2.9 cycle begins.
>
>
> r~
>
>
>
> The following changes since commit 4178c782f85530d261058abdccc734aa9b7c89ca:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20161028' into staging (2016-10-31 
> 11:12:02 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20161031
>
> for you to fetch changes up to 4c9b0b404851264bb97856696ca1bdd130b24a4d:
>
>   tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension (2016-10-31 08:37:40 
> -0600)
>
> ----------------------------------------------------------------
> queued tcg patches

I'm afraid this doesn't build on w32:

In file included from ./trace/generated-tracers.h:5980:0,
                 from /home/petmay01/linaro/qemu-for-merges/include/trace.h:4,
                 from
/home/petmay01/linaro/qemu-for-merges/qapi/qapi-visit-core.c:22:
/home/petmay01/linaro/qemu-for-merges/include/qemu/log.h: In function
‘qemu_log_lock’:
/home/petmay01/linaro/qemu-for-merges/include/qemu/log.h:62:5: error:
implicit declaration of function ‘flockfile’
[-Werror=implicit-function-declaration]
     flockfile(qemu_logfile);
     ^
/home/petmay01/linaro/qemu-for-merges/include/qemu/log.h:62:5: error:
nested extern declaration of ‘flockfile’ [-Werror=nested-externs]
/home/petmay01/linaro/qemu-for-merges/include/qemu/log.h: In function
‘qemu_log_unlock’:
/home/petmay01/linaro/qemu-for-merges/include/qemu/log.h:67:5: error:
implicit declaration of function ‘funlockfile’
[-Werror=implicit-function-declaration]
     funlockfile(qemu_logfile);
     ^
/home/petmay01/linaro/qemu-for-merges/include/qemu/log.h:67:5: error:
nested extern declaration of ‘funlockfile’ [-Werror=nested-externs]
cc1: all warnings being treated as errors

thanks
-- PMM



reply via email to

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