[PULL v2 00/10] Trivial patches for 2026-01-20

Michael Tokarev posted 10 patches 2 weeks, 3 days ago
Only 1 patches received!
MAINTAINERS                           |  1 +
bsd-user/syscall_defs.h               |  2 +-
configure                             |  3 ++-
gdbstub/user.c                        | 30 +++++++++++++++++++++++++++---
linux-user/aarch64/target_fcntl.h     |  1 +
qemu-options.hx                       | 20 ++++++++++----------
stubs/meson.build                     |  2 --
tests/qemu-iotests/286                |  2 +-
tests/qemu-iotests/common.rc          |  2 +-
tests/tcg/riscv64/interruptedmemory.S |  2 +-
util/meson.build                      |  2 --
11 files changed, 45 insertions(+), 22 deletions(-)
[PULL v2 00/10] Trivial patches for 2026-01-20
Posted by Michael Tokarev 2 weeks, 3 days ago
The following changes since commit 38879a667fbb4ef54c70de71494882615f600a64:

  Merge tag 'pull-tcg-20260119' of https://gitlab.com/rth7680/qemu into staging (2026-01-19 09:04:31 +1100)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to f0de58ccf6566ad5cf04948788f9b0cfb8b960b4:

  bsd-user/syscall_defs.h: define STAT_TIME_T_EXT only for 32 bits (2026-01-20 15:28:21 +0300)

----------------------------------------------------------------
trivial patches for 2026-01-20

I'm also picking up the STAT_TIME_T_EXT fix from Pierrick
(not resending whole series, just this additional patch)

----------------------------------------------------------------
Florian Hofhammer (1):
      configure: add ppc target back to container tests

Julian Ganz (1):
      tests: fix comment declaring runtime in rv64 interruptedmemory test

Michael Tokarev (3):
      Revert "gdbstub: Try unlinking the unix socket before binding"
      gdbstub: unlink the unix socket before bind()
      qemu-options.hx: use KiB, MiB, GiB for power-of-2 units

Pierrick Bouvier (2):
      linux-user/aarch64/target_fcntl.h: add missing TARGET_O_LARGEFILE definition
      bsd-user/syscall_defs.h: define STAT_TIME_T_EXT only for 32 bits

Thomas Huth (3):
      configure: Set $PYTHON in the configuration of the optionroms
      tests/qemu-iotests: Use "gsed" for expressions that require GNU sed
      MAINTAINERS: Add docs/system/i386/ to the general x86 architecture section

 MAINTAINERS                           |  1 +
 bsd-user/syscall_defs.h               |  2 +-
 configure                             |  3 ++-
 gdbstub/user.c                        | 30 +++++++++++++++++++++++++++---
 linux-user/aarch64/target_fcntl.h     |  1 +
 qemu-options.hx                       | 20 ++++++++++----------
 stubs/meson.build                     |  2 --
 tests/qemu-iotests/286                |  2 +-
 tests/qemu-iotests/common.rc          |  2 +-
 tests/tcg/riscv64/interruptedmemory.S |  2 +-
 util/meson.build                      |  2 --
 11 files changed, 45 insertions(+), 22 deletions(-)
Re: [PULL v2 00/10] Trivial patches for 2026-01-20
Posted by Richard Henderson 2 weeks, 3 days ago
On 1/20/26 23:30, Michael Tokarev wrote:
> The following changes since commit 38879a667fbb4ef54c70de71494882615f600a64:
> 
>    Merge tag 'pull-tcg-20260119' ofhttps://gitlab.com/rth7680/qemu into staging (2026-01-19 09:04:31 +1100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
> 
> for you to fetch changes up to f0de58ccf6566ad5cf04948788f9b0cfb8b960b4:
> 
>    bsd-user/syscall_defs.h: define STAT_TIME_T_EXT only for 32 bits (2026-01-20 15:28:21 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2026-01-20
> 
> I'm also picking up the STAT_TIME_T_EXT fix from Pierrick
> (not resending whole series, just this additional patch)

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/11.0 as appropriate.

r~