From: Claudio Fontana <cfontana@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
Date: Fri, 10 Jul 2020 14:55:50 +0200 [thread overview]
Message-ID: <4abf6e80-abaf-5edc-c19b-cf5867843071@suse.de> (raw)
In-Reply-To: <CAFEAcA-hVrJ90E=qQP+3CONPozQLrnaAP3LC1DwP7KuJ0nAwQA@mail.gmail.com>
On 7/10/20 2:28 PM, Peter Maydell wrote:
> On Fri, 10 Jul 2020 at 13:14, Peter Maydell <peter.maydell@linaro.org> wrote:
>>
>> On Wed, 8 Jul 2020 at 22:32, Paolo Bonzini <pbonzini@redhat.com> wrote:
>>>
>>> The following changes since commit eb2c66b10efd2b914b56b20ae90655914310c925:
>>>
>>> Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' into staging (2020-07-07 19:47:26 +0100)
>>>
>>> are available in the Git repository at:
>>>
>>> git://github.com/bonzini/qemu.git tags/for-upstream
>>>
>>> for you to fetch changes up to 392f34e59755f99d69586a63e0f5d80a7ef67f94:
>>>
>>> apic: Report current_count via 'info lapic' (2020-07-08 10:01:08 -0400)
>>
>> Hi; this still has the OSX failure, I'm afraid:
>>
>> /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1478:9: error: implicit
>> declaration of function 'cpu_throttle_set' is invalid in C99 [-
>> Werror,-Wimplicit-function-declaration]
>> cpu_throttle_set(throttle_pct);
>> ^
>> /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1478:9: error: this
>> function declaration is not a prototype [-Werror,-Wstrict-prototypes]
>
> Squashing this into "cpu-throttle: new module, extracted from cpus.c"
> should fix this (ui/cocoa.m was just forgotten when adding #include lines
> after moving the function into its own header):
>
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index cb556e4e66..0910b4a716 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> @@ -32,6 +32,7 @@
> #include "ui/input.h"
> #include "sysemu/sysemu.h"
> #include "sysemu/runstate.h"
> +#include "sysemu/cpu-throttle.h"
> #include "qapi/error.h"
> #include "qapi/qapi-commands-block.h"
> #include "qapi/qapi-commands-misc.h"
>
> (am just doing a compile-and-test run with that change).
>
> thanks
> -- PMM
>
Ah, just noticed this, yes, indeed I clearly forgot that,
at the same time clearly I need to improve both my local environment and the CI setups I am using,
because for me everything works!
Or, we could swap configurations so that QEMU builds are always successful... ;-)
Ciao,
Claudio
next prev parent reply other threads:[~2020-07-10 12:56 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-08 17:25 [PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze Paolo Bonzini
2020-07-08 17:25 ` [PULL v2 09/52] target/i386: fix IEEE SSE floating-point exception raising Paolo Bonzini
2020-07-08 17:25 ` [PULL v2 44/52] accel/kvm: Simplify kvm_check_extension() Paolo Bonzini
2020-07-08 17:25 ` [PULL v2 52/52] apic: Report current_count via 'info lapic' Paolo Bonzini
2020-07-10 12:14 ` [PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze Peter Maydell
2020-07-10 12:28 ` Peter Maydell
2020-07-10 12:55 ` Claudio Fontana [this message]
2020-07-10 12:38 ` Claudio Fontana
2020-07-10 12:43 ` Peter Maydell
2020-07-10 12:52 ` Claudio Fontana
2020-07-10 12:55 ` Peter Maydell
2020-07-10 13:11 ` Philippe Mathieu-Daudé
2020-07-10 14:44 ` Claudio Fontana
2020-07-10 15:13 ` Max Reitz
2020-07-10 15:18 ` Peter Maydell
2020-07-10 15:31 ` Max Reitz
2020-07-10 15:42 ` Peter Maydell
2020-07-10 15:46 ` Max Reitz
2020-07-10 15:50 ` Peter Maydell
2020-07-10 15:47 ` Daniel P. Berrangé
2020-07-10 15:53 ` Thomas Huth
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=4abf6e80-abaf-5edc-c19b-cf5867843071@suse.de \
--to=cfontana@suse.de \
--cc=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).