From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>,
qemu-arm@nongnu.org, Brad Smith <brad@comstyle.com>
Cc: "Warner Losh" <imp@bsdimp.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: [PATCH 0/5] Fix dependencies in arm machines and update OpenBSD to 7.7
Date: Thu, 8 May 2025 11:35:14 +0200 [thread overview]
Message-ID: <20250508093519.144004-1-thuth@redhat.com> (raw)
At the end of April, OpenBSD 7.7 has been released, so we could update
our test VM to that version now. However, I noticed that some arm machines
now fail to compile since they fail to include the <epoxy/gl.h> header.
This header resides in /usr/X11R6/include instead of /usr/include in
OpenBSD, so we have to make sure that the machines are compiled with the
right CFLAGS (or don't include the header at all if it is not really
necessary). Thus the first patches of this series clean up this first
before we can finally switch to OpenBSD 7.7. The last patch then
also reverts a hack for OpenBSD in the main meson.build file since the
related problem has finally been fixed there.
Thomas Huth (5):
include/hw/dma/xlnx_dpdma: Remove dependency on console.h
hw/display/bcm2835_fb: Move inclusion of console.h to the .c file
hw/arm: Compile musicpal and the xlnx machines with the right CFLAGS
tests/vm: Update OpenBSD to 7.7
Revert "meson.build: Disable -fzero-call-used-regs on OpenBSD"
meson.build | 6 +-----
include/hw/display/bcm2835_fb.h | 1 -
include/hw/dma/xlnx_dpdma.h | 1 -
hw/display/bcm2835_fb.c | 1 +
hw/arm/meson.build | 4 ++--
tests/vm/openbsd | 4 ++--
6 files changed, 6 insertions(+), 11 deletions(-)
--
2.49.0
next reply other threads:[~2025-05-08 9:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 9:35 Thomas Huth [this message]
2025-05-08 9:35 ` [PATCH 1/5] include/hw/dma/xlnx_dpdma: Remove dependency on console.h Thomas Huth
2025-05-08 9:35 ` [PATCH 2/5] hw/display/bcm2835_fb: Move inclusion of console.h to the .c file Thomas Huth
2025-05-08 9:35 ` [PATCH 3/5] hw/arm: Compile musicpal and the xlnx machines with the right CFLAGS Thomas Huth
2025-05-08 12:11 ` Peter Maydell
2025-05-08 12:45 ` Paolo Bonzini
2025-05-08 9:35 ` [PATCH 4/5] tests/vm: Update OpenBSD to 7.7 Thomas Huth
2025-05-08 9:35 ` [PATCH 5/5] Revert "meson.build: Disable -fzero-call-used-regs on OpenBSD" Thomas Huth
2025-05-08 10:05 ` Daniel P. Berrangé
2025-05-08 10:12 ` Thomas Huth
2025-05-08 10:17 ` Paolo Bonzini
2025-05-08 10:24 ` Thomas Huth
2025-05-10 0:21 ` Brad Smith
2025-05-08 12:12 ` [PATCH 0/5] Fix dependencies in arm machines and update OpenBSD to 7.7 Peter Maydell
2025-05-08 12:39 ` 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=20250508093519.144004-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=brad@comstyle.com \
--cc=imp@bsdimp.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.