From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/8] Cleanup patches for QEMU 10.2 soft freeze
Date: Tue, 4 Nov 2025 17:30:54 +0100 [thread overview]
Message-ID: <20251104163102.738889-1-pbonzini@redhat.com> (raw)
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
next reply other threads:[~2025-11-04 16:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 16:30 Paolo Bonzini [this message]
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
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=20251104163102.738889-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@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 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).