From: "Alex Bennée" <alex.bennee@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, "Thomas Huth" <th.huth+qemu@posteo.eu>,
"Thomas Huth" <thuth@redhat.com>,
"Pierrick Bouvier" <pierrick.bouvier@linaro.org>,
qemu-arm@nongnu.org, "Peter Xu" <peterx@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
"Brad Smith" <brad@comstyle.com>,
"Fabiano Rosas" <farosas@suse.de>,
"Kyle Evans" <kevans@freebsd.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Warner Losh" <imp@bsdimp.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: Re: [PATCH 1/5] configure: report unsigned qemu binaries for check-tcg
Date: Tue, 05 May 2026 12:00:10 +0100 [thread overview]
Message-ID: <87bjeunmth.fsf@draig.linaro.org> (raw)
In-Reply-To: <CAFEAcA-rFhHmS2+ToEZkr1+HE_e710-ZyyPESHLzCeW0QopY_A@mail.gmail.com> (Peter Maydell's message of "Tue, 5 May 2026 11:43:08 +0100")
Peter Maydell <peter.maydell@linaro.org> writes:
> On Tue, 5 May 2026 at 11:36, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> On MacOS the initial binaries are created with the unsigned suffix.
>> The user is expected to sign them before they can access the
>> hypervisor APIs. However for TCG testing we can run the unsigned
>> binaries so lets make sure the make variable is correctly set so we
>> can run the TCG tests.
>
> We have a scripts/entitlement.sh, and this seems to have
> at least some plumbing into meson.build. What stops us from
> running this at build time so that macos users, like everybody
> else, have a working "qemu-system-foo" in the build tree ?
> Having to work around this by knowing that you have an
> "-unsigned" suffix until install is awkward for our own
> scripts and for humans.
Hmm it gets built if you do:
➜ make qemu-system-aarch64
[1/6] Generating qemu-version.h with a custom command (wrapped by meson to capture output)
and there seems to be logic in that refers to test_emulator =
emulators['qemu-system-' + target_base] which ensures the other targets
have it built. I'll see if there is a good place to hook that
requirement in for check-tcg.
>
> thanks
> -- PMM
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2026-05-05 11:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 10:36 [PATCH 0/5] testing/next: macos updates Alex Bennée
2026-05-05 10:36 ` [PATCH 1/5] configure: report unsigned qemu binaries for check-tcg Alex Bennée
2026-05-05 10:43 ` Peter Maydell
2026-05-05 11:00 ` Alex Bennée [this message]
2026-05-05 12:03 ` Peter Maydell
2026-05-05 10:36 ` [PATCH 2/5] accel/tcg: move jit thread manipulation into do_tb_phys_invalidate Alex Bennée
2026-05-07 4:58 ` Richard Henderson
2026-05-11 18:09 ` Alex Bennée
2026-05-05 10:36 ` [PATCH 3/5] ci: drop cirrus MacOS build Alex Bennée
2026-05-05 10:41 ` Thomas Huth
2026-05-05 10:53 ` Philippe Mathieu-Daudé
2026-05-05 10:36 ` [PATCH 4/5] gitlab: add initial MacOS 15 on gitlab runner Alex Bennée
2026-05-05 11:44 ` Thomas Huth
2026-05-05 13:18 ` Alex Bennée
2026-05-05 10:36 ` [PATCH 5/5] gitlab: add MacOS 26 job on gitlab runner (!broken) Alex Bennée
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=87bjeunmth.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=brad@comstyle.com \
--cc=farosas@suse.de \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=pierrick.bouvier@linaro.org \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=th.huth+qemu@posteo.eu \
--cc=thuth@redhat.com \
/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