[PULL 0/5] Misc 2026-07-22 changes for QEMU 11.1rc

Paolo Bonzini posted 5 patches 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260722073943.396872-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Richard Henderson <richard.henderson@linaro.org>
meson.build                  |  3 +++
hw/scsi/scsi-disk.c          | 23 ++++++++++++++---------
target/i386/tcg/seg_helper.c | 17 +++++++++++++----
target/i386/tcg/emit.c.inc   |  4 +++-
4 files changed, 33 insertions(+), 14 deletions(-)
[PULL 0/5] Misc 2026-07-22 changes for QEMU 11.1rc
Posted by Paolo Bonzini 3 days ago
The following changes since commit ad14439be5731e872d8448a04664a9c0e66624a8:

  gitlab: remove gdb from MacOS jobs (2026-07-21 10:09:47 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e2da3d92744d12b0c2e554ed533a4c9011dbd975:

  scsi-disk: fix off by one in assertion (2026-07-22 09:36:02 +0200)

----------------------------------------------------------------
* meson: propagate qemu_ldflags to Rust link step
* target/i386: helper_sysret(): Check that RCX contains a canonical address when emulating an Intel CPU
* target/i386: tcg: remove FIXME
* scsi-disk: protect against guest sending truncated data for MODE SELECT commands
* scsi-disk: fix off by one in assertion

----------------------------------------------------------------
Andrey Polivoda (1):
      target/i386: helper_sysret(): Check that RCX contains a canonical address when emulating an Intel CPU

Brian Cain (1):
      meson: propagate qemu_ldflags to Rust link step

Paolo Bonzini (3):
      target/i386: tcg: remove FIXME
      scsi-disk: protect against guest sending truncated data for MODE SELECT commands
      scsi-disk: fix off by one in assertion

 meson.build                  |  3 +++
 hw/scsi/scsi-disk.c          | 23 ++++++++++++++---------
 target/i386/tcg/seg_helper.c | 17 +++++++++++++----
 target/i386/tcg/emit.c.inc   |  4 +++-
 4 files changed, 33 insertions(+), 14 deletions(-)
-- 
2.55.0
Re: [PULL 0/5] Misc 2026-07-22 changes for QEMU 11.1rc
Posted by Stefan Hajnoczi 2 days, 14 hours ago
Applied, thanks.

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