qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v4 00/19] KVM and cpu-exec patches for 2.9 soft f


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v4 00/19] KVM and cpu-exec patches for 2.9 soft freeze
Date: Thu, 2 Mar 2017 23:20:08 +0000

On 2 March 2017 at 18:01, Paolo Bonzini <address@hidden> wrote:
>
>
> On 01/03/2017 18:58, Peter Maydell wrote:
>> Fails to build, ppc64, aarch64 (and probably others):
>>
>> In file included from /home/pm215/qemu/include/qemu/osdep.h:36:0,
>>                  from /home/pm215/qemu/kvm-all.c:16:
>> /home/pm215/qemu/kvm-all.c: In function ‘kvm_cpu_exec’:
>> /home/pm215/qemu/kvm-all.c:1995:22: error: ‘have_sigbus_pending’
>> undeclared (first use in this function)
>>          if (unlikely(have_sigbus_pending)) {
>>                       ^
>> /home/pm215/qemu/include/qemu/compiler.h:66:43: note: in definition of
>> macro ‘unlikely’
>>  #define unlikely(x)   __builtin_expect(!!(x), 0)
>>                                            ^
>> /home/pm215/qemu/kvm-all.c:1995:22: note: each undeclared identifier
>> is reported only once for each function it appears in
>>          if (unlikely(have_sigbus_pending)) {
>>                       ^
>> /home/pm215/qemu/include/qemu/compiler.h:66:43: note: in definition of
>> macro ‘unlikely’
>>  #define unlikely(x)   __builtin_expect(!!(x), 0)
>
> Are you sure you updated the tag?

Your cover letter says "changes up to b9a93b6cfd"
but the tag is of commit 0819248. My script always does
a git fetch, so it looks to me like maybe you failed to
push the new tag?

thanks
-- PMM



reply via email to

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