[PULL 0/3] Trivial build-system patches for 2026-04-08

Michael Tokarev posted 3 patches 3 days, 6 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260408105605.172465-1-mjt@tls.msk.ru
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
include/qemu/atomic.h |  6 +++---
meson.build           | 16 ++++++++++++----
util/meson.build      |  8 ++++----
3 files changed, 19 insertions(+), 11 deletions(-)
[PULL 0/3] Trivial build-system patches for 2026-04-08
Posted by Michael Tokarev 3 days, 6 hours ago
The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:

  Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to 17fbf3e18c3dbc32ec07cfc24853d6654a813e90:

  util: fix missing aio_wait sym in qemu guest agent only build (2026-04-08 13:48:50 +0300)

----------------------------------------------------------------
trivial build-system patches for 2026-04-08

bugfixes, and making possible to build some minimal stuff
on 32bit platforms - pending more permanent solution in 11.1.

----------------------------------------------------------------
Daniel P. Berrangé (1):
      util: fix missing aio_wait sym in qemu guest agent only build

Helge Deller (1):
      Allow building qemu tools on 32-bit hosts

Michael Tokarev (1):
      util/meson.build: do not add cpuinfo-$arch to util_ss for 32bit CPUs

 include/qemu/atomic.h |  6 +++---
 meson.build           | 16 ++++++++++++----
 util/meson.build      |  8 ++++----
 3 files changed, 19 insertions(+), 11 deletions(-)

Re: [PULL 0/3] Trivial build-system patches for 2026-04-08
Posted by Peter Maydell 2 days, 22 hours ago
On Wed, 8 Apr 2026 at 11:56, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:
>
>   Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
>
> for you to fetch changes up to 17fbf3e18c3dbc32ec07cfc24853d6654a813e90:
>
>   util: fix missing aio_wait sym in qemu guest agent only build (2026-04-08 13:48:50 +0300)
>
> ----------------------------------------------------------------
> trivial build-system patches for 2026-04-08
>
> bugfixes, and making possible to build some minimal stuff
> on 32bit platforms - pending more permanent solution in 11.1.
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM