From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v4 00/19] KVM and cpu-exec patches for 2.9 soft freeze
Date: Thu, 2 Mar 2017 19:01:39 +0100 [thread overview]
Message-ID: <442ad062-5b45-bea0-3276-0cef76234477@redhat.com> (raw)
In-Reply-To: <CAFEAcA-yYjQab=g2C8WbP=zAy5q8r6o=z-UHh0Q9NDO3um_OCA@mail.gmail.com>
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? Line 1995 here is:
#ifdef KVM_HAVE_MCE_INJECTION
and that error would have come from v3.
Paolo
next prev parent reply other threads:[~2017-03-02 18:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-28 16:13 [Qemu-devel] [PULL v4 00/19] KVM and cpu-exec patches for 2.9 soft freeze Paolo Bonzini
2017-02-28 16:14 ` [Qemu-devel] [PULL 10/19] KVM: do not use sigtimedwait to catch SIGBUS Paolo Bonzini
2017-02-28 16:14 ` [Qemu-devel] [PULL 18/19] memory: Introduce DEVICE_HOST_ENDIAN for ram device Paolo Bonzini
2017-02-28 16:14 ` [Qemu-devel] [PULL 19/19] vl: disable default cdrom when using explicitely scsi-hd Paolo Bonzini
2017-03-01 17:58 ` [Qemu-devel] [PULL v4 00/19] KVM and cpu-exec patches for 2.9 soft freeze Peter Maydell
2017-03-02 18:01 ` Paolo Bonzini [this message]
2017-03-02 23:20 ` Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2017-03-01 12:29 Paolo Bonzini
2017-03-01 13:05 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=442ad062-5b45-bea0-3276-0cef76234477@redhat.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).