From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "QEMU Developers" <qemu-devel@nongnu.org>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [Qemu-devel] [PULL v2 00/52] Misc patches for 2017-01-12
Date: Fri, 12 Jan 2018 14:42:09 +0100 [thread overview]
Message-ID: <eb24b3ef-40ff-6565-ddd7-15103a06d1aa@redhat.com> (raw)
In-Reply-To: <CAFEAcA_0uFXKY8Xg-FN+AgqVGoL+SJa-FPC8vyw-wLHazu6JEA@mail.gmail.com>
On 12/01/2018 14:31, Peter Maydell wrote:
> On 12 January 2018 at 12:24, Paolo Bonzini <pbonzini@redhat.com> wrote:
>> The following changes since commit 997eba28a3ed5400a80f754bf3a1c8044b75b9ff:
>>
>> Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111' into staging (2018-01-11 14:34:41 +0000)
>>
>> are available in the git repository at:
>>
>>
>> git://github.com/bonzini/qemu.git tags/for-upstream
>>
>> for you to fetch changes up to a88ae3be7bf0550adf877f5422c837dbf4bf4a39:
>>
>> scripts/analyse-locks-simpletrace.py: script to analyse lock times (2018-01-12 13:22:05 +0100)
>>
>> ----------------------------------------------------------------
>> * QemuMutex tracing improvements (Alex)
>> * ram_addr_t optimization (David)
>> * SCSI fixes (Fam, Stefan, me)
>> * do {} while (0) fixes (Eric)
>> * KVM fix for PMU (Jan)
>> * memory leak fixes from ASAN (Marc-André)
>> * migration fix for HPET, icount, loadvm (Maria, Pavel)
>> * hflags fixes (me, Tao)
>> * block/iscsi uninitialized variable (Peter L.)
>> * full support for GMainContexts in character devices (Peter Xu)
>> * more boot-serial-test (Thomas)
>> * Memory leak fix (Zhecheng)
>>
>> ----------------------------------------------------------------
>
> This fails to build on x86-64 Linux, with an --enable-debug build, using
> gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
>
> CC util/coroutine-ucontext.o
> /home/petmay01/linaro/qemu-for-merges/util/coroutine-ucontext.c: In
> function ‘finish_switch_fiber’:
> /home/petmay01/linaro/qemu-for-merges/util/coroutine-ucontext.c:75:5:
> error: implicit declaration of function
> ‘__sanitizer_finish_switch_fiber’
> [-Werror=implicit-function-declaration]
> __sanitizer_finish_switch_fiber(fake_stack_save, &bottom_old, &size_old);
> ^
> /home/petmay01/linaro/qemu-for-merges/util/coroutine-ucontext.c:75:5:
> error: nested extern declaration of ‘__sanitizer_finish_switch_fiber’
> [-Werror=nested-externs]
> /home/petmay01/linaro/qemu-for-merges/util/coroutine-ucontext.c: In
> function ‘start_switch_fiber’:
> /home/petmay01/linaro/qemu-for-merges/util/coroutine-ucontext.c:88:5:
> error: implicit declaration of function
> ‘__sanitizer_start_switch_fiber’
> [-Werror=implicit-function-declaration]
> __sanitizer_start_switch_fiber(fake_stack_save, bottom, size);
> ^
> /home/petmay01/linaro/qemu-for-merges/util/coroutine-ucontext.c:88:5:
> error: nested extern declaration of ‘__sanitizer_start_switch_fiber’
> [-Werror=nested-externs]
>
>
> It looks like older versions of gcc and the sanitizer don't
> provide those switch_fiber functions.
I'll drop that patch. Marc-André, can you refine the configure test?
Paolo
next prev parent reply other threads:[~2018-01-12 13:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-12 12:24 [Qemu-devel] [PULL v2 00/52] Misc patches for 2017-01-12 Paolo Bonzini
2018-01-12 12:24 ` [Qemu-devel] [PULL 04/52] hpet: recover timer offset correctly Paolo Bonzini
2018-01-12 13:31 ` [Qemu-devel] [PULL v2 00/52] Misc patches for 2017-01-12 Peter Maydell
2018-01-12 13:42 ` Paolo Bonzini [this message]
2018-01-12 13:43 ` Marc-André Lureau
2018-01-15 10:37 ` Peter Maydell
2018-01-15 10:50 ` Philippe Mathieu-Daudé
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=eb24b3ef-40ff-6565-ddd7-15103a06d1aa@redhat.com \
--to=pbonzini@redhat.com \
--cc=marcandre.lureau@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).