From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Subject: Re: [PULL 00/28] Rust, i386, accelerator changes for 2025-10-14
Date: Tue, 14 Oct 2025 12:46:32 -0700 [thread overview]
Message-ID: <c06841e5-a250-4745-93d4-9bd515459444@linaro.org> (raw)
In-Reply-To: <20251014133540.1103268-1-pbonzini@redhat.com>
On 10/14/25 06:35, Paolo Bonzini wrote:
> The following changes since commit 94474a7733a57365d5a27efc28c05462e90e8944:
>
> Merge tag 'pull-loongarch-20251009' ofhttps://github.com/gaosong715/qemu into staging (2025-10-09 07:59:29 -0700)
>
> are available in the Git repository at:
>
> https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 7ee5875d423598ac55a0b55881d9a1ee5c3c7daf:
>
> rust: migration: implement ToMigrationState as part of impl_vmstate_bitsized (2025-10-14 14:43:54 +0200)
>
> ----------------------------------------------------------------
> * rust: fix nightly warnings
> * target/i386: a smattering of fixes
> * monitor: add "info accelerators"
> * kvm: cleanups to kvm_cpu_synchronize_put()
> * target/i386: Add TSA attack variants and verw-clear feature flag
> * async: tsan bottom half fixes
> * rust: migration state wrappers with support for BQL-free devices
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.
r~
prev parent reply other threads:[~2025-10-14 19:46 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-14 13:35 [PULL 00/28] Rust, i386, accelerator changes for 2025-10-14 Paolo Bonzini
2025-10-14 13:36 ` [PULL 01/28] rust: pl011: fix warning with new clippy Paolo Bonzini
2025-10-14 13:36 ` [PULL 02/28] rust: bits: disable double_parens check Paolo Bonzini
2025-10-14 13:36 ` [PULL 03/28] rust: migration: hide more warnings from call_func_with_field! Paolo Bonzini
2025-10-14 13:36 ` [PULL 04/28] rust: hpet: fix fw_cfg handling Paolo Bonzini
2025-10-14 13:36 ` [PULL 05/28] target/i386: Add TSA attack variants TSA-SQ and TSA-L1 Paolo Bonzini
2025-10-14 13:36 ` [PULL 06/28] target/i386: Add TSA feature flag verw-clear Paolo Bonzini
2025-10-14 13:36 ` [PULL 07/28] target/i386: Fix CR2 handling for non-canonical addresses Paolo Bonzini
2025-10-14 13:36 ` [PULL 08/28] i386/kvm: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS Paolo Bonzini
2025-10-14 13:36 ` [PULL 09/28] i386/cpu: Prevent delivering SIPI during SMM in TCG mode Paolo Bonzini
2025-10-23 14:10 ` Peter Maydell
2025-10-14 13:36 ` [PULL 10/28] i386/tcg/smm_helper: Properly apply DR values on SMM entry / exit Paolo Bonzini
2025-10-14 13:36 ` [PULL 11/28] target/i386: fix x86_64 pushw op Paolo Bonzini
2025-10-14 13:36 ` [PULL 12/28] target/i386: fix access to the T bit of the TSS Paolo Bonzini
2025-10-14 13:36 ` [PULL 13/28] async: access bottom half flags with qatomic_read Paolo Bonzini
2025-10-14 13:36 ` [PULL 14/28] target/i386: user: do not set up a valid LDT on reset Paolo Bonzini
2025-10-14 13:37 ` [PULL 15/28] monitor: clarify "info accel" help message Paolo Bonzini
2025-10-14 13:37 ` [PULL 16/28] monitor: generalize query-mshv/"info mshv" to query-accelerators/"info accelerators" Paolo Bonzini
2025-10-14 21:16 ` [EXTERNAL] " Praveen Paladugu
2025-10-14 13:37 ` [PULL 17/28] accel/kvm: Introduce KvmPutState enum Paolo Bonzini
2025-10-14 13:37 ` [PULL 18/28] accel/kvm: Factor kvm_cpu_synchronize_put() out Paolo Bonzini
2025-10-14 13:37 ` [PULL 19/28] rust: bql: add BqlRefCell::get_mut() Paolo Bonzini
2025-10-14 13:37 ` [PULL 20/28] rust: migration: do not pass raw pointer to VMStateDescription::fields Paolo Bonzini
2025-10-14 13:37 ` [PULL 21/28] rust: migration: do not store raw pointers into VMStateSubsectionsWrapper Paolo Bonzini
2025-10-14 13:37 ` [PULL 22/28] rust: migration: validate termination of subsection arrays Paolo Bonzini
2025-10-14 13:37 ` [PULL 23/28] rust: migration: extract vmstate_fields_ref Paolo Bonzini
2025-10-14 13:37 ` [PULL 24/28] rust: move VMState from bql to migration Paolo Bonzini
2025-10-14 13:37 ` [PULL 25/28] rust: migration: add high-level migration wrappers Paolo Bonzini
2025-10-14 13:37 ` [PULL 26/28] rust: qemu-macros: add ToMigrationState derive macro Paolo Bonzini
2025-10-14 13:37 ` [PULL 27/28] timer: constify some functions Paolo Bonzini
2025-10-14 13:37 ` [PULL 28/28] rust: migration: implement ToMigrationState as part of impl_vmstate_bitsized Paolo Bonzini
2025-10-14 19:46 ` Richard Henderson [this message]
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=c06841e5-a250-4745-93d4-9bd515459444@linaro.org \
--to=richard.henderson@linaro.org \
--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).