[PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze

Paolo Bonzini posted 8 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251104163102.738889-1-pbonzini@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
docs/about/build-platforms.rst                   |  10 +-
.gitlab-ci.d/buildtest.yml                       |   2 +-
rust/chardev/meson.build                         |   2 +-
rust/hw/char/pl011/src/device.rs                 |   4 +-
rust/hw/core/src/sysbus.rs                       |  13 +-
rust/hw/timer/hpet/src/device.rs                 |  21 +-
rust/hw/timer/hpet/src/fw_cfg.rs                 |   7 +-
rust/migration/src/vmstate.rs                    |  12 +-
rust/util/meson.build                            |   2 +-
rust/util/src/error.rs                           | 272 +++++++++++++----------
rust/util/src/lib.rs                             |   2 +-
scripts/checkpatch.pl                            |   8 +-
scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml |   2 +-
scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml   |   2 +-
tests/docker/dockerfiles/ubuntu2204.docker       |   6 +-
tests/lcitool/mappings.yml                       |   4 +-
tests/lcitool/refresh                            |   4 +-
17 files changed, 207 insertions(+), 166 deletions(-)
[PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze
Posted by Paolo Bonzini 1 week, 4 days ago
The following changes since commit a8e63c013016f9ff981689189c5b063551d04559:

  Merge tag 'igvm-20251103--pull-request' of https://gitlab.com/kraxel/qemu into staging (2025-11-03 10:21:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fdeeb448458f0ed808a62314b57974ab16d3592e:

  rust: add back to Ubuntu 22.04 jobs (2025-11-04 17:13:25 +0100)

----------------------------------------------------------------
* rust: cleanup Error, add &error_fatal bindings
* rust: do not add qemuutil to Rust crates
* rust: migration: allow nested offset_of
* rust: add back to Ubuntu 22.04 jobs
* checkpatch: remove bogus patch prefix warning

----------------------------------------------------------------
Paolo Bonzini (7):
      rust/util: add ensure macro
      rust/util: use anyhow's native chaining capabilities
      rust/util: replace Error::err_or_unit/err_or_else with Error::with_errp
      rust: pull error_fatal out of SysbusDeviceMethods::sysbus_realize
      rust: do not add qemuutil to Rust crates
      rust: migration: allow nested offset_of
      rust: add back to Ubuntu 22.04 jobs

Vladimir Sementsov-Ogievskiy (1):
      scripts/checkpatch.pl: remove bogus patch prefix warning

 docs/about/build-platforms.rst                   |  10 +-
 .gitlab-ci.d/buildtest.yml                       |   2 +-
 rust/chardev/meson.build                         |   2 +-
 rust/hw/char/pl011/src/device.rs                 |   4 +-
 rust/hw/core/src/sysbus.rs                       |  13 +-
 rust/hw/timer/hpet/src/device.rs                 |  21 +-
 rust/hw/timer/hpet/src/fw_cfg.rs                 |   7 +-
 rust/migration/src/vmstate.rs                    |  12 +-
 rust/util/meson.build                            |   2 +-
 rust/util/src/error.rs                           | 272 +++++++++++++----------
 rust/util/src/lib.rs                             |   2 +-
 scripts/checkpatch.pl                            |   8 +-
 scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml |   2 +-
 scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml   |   2 +-
 tests/docker/dockerfiles/ubuntu2204.docker       |   6 +-
 tests/lcitool/mappings.yml                       |   4 +-
 tests/lcitool/refresh                            |   4 +-
 17 files changed, 207 insertions(+), 166 deletions(-)
-- 
2.51.1
Re: [PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze
Posted by Richard Henderson 1 week, 3 days ago
On 11/4/25 17:30, Paolo Bonzini wrote:
> The following changes since commit a8e63c013016f9ff981689189c5b063551d04559:
> 
>    Merge tag 'igvm-20251103--pull-request' ofhttps://gitlab.com/kraxel/qemu into staging (2025-11-03 10:21:01 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to fdeeb448458f0ed808a62314b57974ab16d3592e:
> 
>    rust: add back to Ubuntu 22.04 jobs (2025-11-04 17:13:25 +0100)
> 
> ----------------------------------------------------------------
> * rust: cleanup Error, add &error_fatal bindings
> * rust: do not add qemuutil to Rust crates
> * rust: migration: allow nested offset_of
> * rust: add back to Ubuntu 22.04 jobs
> * checkpatch: remove bogus patch prefix warning


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~