[PULL 0/4] Last minute changes for QEMU 11.0 hard freeze

Paolo Bonzini posted 4 patches 2 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260318083238.1132609-1-pbonzini@redhat.com
Maintainers: Pierrick Bouvier <pierrick.bouvier@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>
docs/about/build-platforms.rst                      |  2 +-
meson.build                                         | 12 ++++++++----
system/runstate.c                                   |  4 +++-
tests/docker/dockerfiles/fedora-rust-nightly.docker |  2 +-
tests/docker/dockerfiles/ubuntu2204.docker          |  2 +-
tests/lcitool/refresh                               |  4 ++--
6 files changed, 16 insertions(+), 10 deletions(-)
[PULL 0/4] Last minute changes for QEMU 11.0 hard freeze
Posted by Paolo Bonzini 2 weeks, 5 days ago
The following changes since commit fff352b9b6080e580aa1fadd29b4eccf4cb2922a:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-12 15:21:06 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 6257754bb9b00b52018951096a9fba28b98a5b0d:

  rust: suggest passing --locked to "cargo install" (2026-03-18 09:20:57 +0100)

----------------------------------------------------------------
* runstate: handle return code of EOPNOTSUPP properly from rebuild_guest()
* meson: do not hardcode paths to generated files
* rust: fix build when --disable-rust and meson < 1.9
* rust: suggest passing --locked to "cargo install"

----------------------------------------------------------------
Ani Sinha (1):
      runstate: handle return code of EOPNOTSUPP properly from rebuild_guest()

Marc-André Lureau (1):
      build-sys: use the "run" variable

Paolo Bonzini (2):
      rust: fix build when --disable-rust and meson < 1.9
      rust: suggest passing --locked to "cargo install"

 docs/about/build-platforms.rst                      |  2 +-
 meson.build                                         | 12 ++++++++----
 system/runstate.c                                   |  4 +++-
 tests/docker/dockerfiles/fedora-rust-nightly.docker |  2 +-
 tests/docker/dockerfiles/ubuntu2204.docker          |  2 +-
 tests/lcitool/refresh                               |  4 ++--
 6 files changed, 16 insertions(+), 10 deletions(-)
-- 
2.53.0


Re: [PULL 0/4] Last minute changes for QEMU 11.0 hard freeze
Posted by Peter Maydell 2 weeks, 5 days ago
On Wed, 18 Mar 2026 at 08:33, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit fff352b9b6080e580aa1fadd29b4eccf4cb2922a:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-12 15:21:06 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 6257754bb9b00b52018951096a9fba28b98a5b0d:
>
>   rust: suggest passing --locked to "cargo install" (2026-03-18 09:20:57 +0100)
>
> ----------------------------------------------------------------
> * runstate: handle return code of EOPNOTSUPP properly from rebuild_guest()
> * meson: do not hardcode paths to generated files
> * rust: fix build when --disable-rust and meson < 1.9
> * rust: suggest passing --locked to "cargo install"
>



Applied, thanks.

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

-- PMM