[Stable-7.2.21 00/16] Patch Round-up for stable 7.2.21, freeze on 2025-10-06

Michael Tokarev posted 16 patches 1 day, 5 hours ago
Failed in applying to current master (apply log)
[Stable-7.2.21 00/16] Patch Round-up for stable 7.2.21, freeze on 2025-10-06
Posted by Michael Tokarev 1 day, 5 hours ago
The following patches are queued for QEMU stable v7.2.21:

  https://gitlab.com/qemu-project/qemu/-/commits/staging-7.2

Patch freeze is 2025-10-06, and the release is planned for 2025-10-08:

  https://wiki.qemu.org/Planning/7.2

Please respond here or CC qemu-stable@nongnu.org on any additional patches
you think should (or shouldn't) be included in the release.

The changes which are staging for inclusion, with the original commit hash
from master branch, are given below the bottom line.

Thanks!

/mjt

--------------------------------------
01 3c3c233677d4 David Hubbard:
   hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
02 a11d1847d5ef Alex Bennée:
   .gitmodules: move u-boot mirrors to qemu-project-mirrors
03 3ee7f21ed292 Paolo Bonzini:
   tests: vhost-user-test: release mutex on protocol violation
04 f72fc16910c8 Yuxue Liu:
   vhost-user-test: no set non-blocking for cal fd less than 0.
05 c9a1ea9c52e6 Markus Armbruster:
   Revert "tests/qtest: use qos_printf instead of g_test_message"
06 dee66bc9691a Fabiano Rosas:
   tests/qtest: Do not run lsi53c895a test if device is not present
07 ae4b01b34979 Richard W.M. Jones:
   tests: Ensure TAP version is printed before other messages
08 aaf042299acf Stéphane Graber:
   hw/usb/network: Remove hardcoded 0x40 prefix in STRING_ETHADDR response
09 a1499a8a94 Michael Tokarev:
   use fedora:37 for python container instead of :latest
10 f9922937d173 Peter Delevoryas:
   python/machine: Fix AF_UNIX path too long on macOS
11 a3cfea92e203 Marc-André Lureau:
   python/qmp/protocol: add open_with_socket()
12 603a3bad4b9a Marc-André Lureau:
   python/qmp/legacy: make QEMUMonitorProtocol accept a socket
13 bd4c0ef40914 Marc-André Lureau:
   python/qemu/machine: use socketpair() for QMP by default
14 4c8f69b94839 Xiaoyao Li:
   multiboot: Fix the split lock
15 03fe6659803f Richard Henderson:
   accel/tcg: Properly unlink a TB linked to itself
16 e13e1195db8a Richard Henderson:
   tests/tcg/multiarch: Add tb-link test

Re: [Stable-7.2.21 00/16] Patch Round-up for stable 7.2.21, freeze on 2025-10-06
Posted by Michael Tokarev 1 day, 5 hours ago
On 27.09.2025 12:02, Michael Tokarev wrote:
> The following patches are queued for QEMU stable v7.2.21:
> 
>    https://gitlab.com/qemu-project/qemu/-/commits/staging-7.2
> 
> Patch freeze is 2025-10-06, and the release is planned for 2025-10-08:
> 
>    https://wiki.qemu.org/Planning/7.2

There aren't many fixes (so far) for 7.2.x, - the bulk of changes
are various testsuite tweaks.  However, this change:

02 a11d1847d5ef Alex Bennée:
    .gitmodules: move u-boot mirrors to qemu-project-mirrors

is needed for 7.2.x to build from git.

Thanks,

/mjt