qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze
@ 2025-11-04 16:30 Paolo Bonzini
  2025-11-04 16:30 ` [PULL 1/8] scripts/checkpatch.pl: remove bogus patch prefix warning Paolo Bonzini
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paolo Bonzini @ 2025-11-04 16:30 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-11-05 13:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-04 16:30 [PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze Paolo Bonzini
2025-11-04 16:30 ` [PULL 1/8] scripts/checkpatch.pl: remove bogus patch prefix warning Paolo Bonzini
2025-11-04 16:30 ` [PULL 2/8] rust/util: add ensure macro Paolo Bonzini
2025-11-04 16:30 ` [PULL 3/8] rust/util: use anyhow's native chaining capabilities Paolo Bonzini
2025-11-04 16:30 ` [PULL 4/8] rust/util: replace Error::err_or_unit/err_or_else with Error::with_errp Paolo Bonzini
2025-11-04 16:30 ` [PULL 5/8] rust: pull error_fatal out of SysbusDeviceMethods::sysbus_realize Paolo Bonzini
2025-11-04 16:31 ` [PULL 6/8] rust: do not add qemuutil to Rust crates Paolo Bonzini
2025-11-04 16:31 ` [PULL 7/8] rust: migration: allow nested offset_of Paolo Bonzini
2025-11-04 16:31 ` [PULL 8/8] rust: add back to Ubuntu 22.04 jobs Paolo Bonzini
2025-11-05 13:46 ` [PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).