[PULL 0/7] Trivial patches for 2025-10-29

Michael Tokarev posted 7 patches 2 weeks, 2 days ago
Failed in applying to current master (apply log)
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Laurent Vivier <laurent@vivier.eu>, Jason Wang <jasowang@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Zhao Liu <zhao1.liu@intel.com>
chardev/char-socket.c                 | 24 +++++-------------------
chardev/char.c                        |  3 ---
docs/about/deprecated.rst             | 15 ---------------
docs/about/removed-features.rst       | 22 ++++++++++++++++++++++
docs/system/keys.rst.inc              |  2 +-
docs/system/sriov.rst                 |  4 ++--
include/hw/xen/interface/hvm/params.h |  9 ++-------
linux-user/ioctls.h                   |  4 ++--
net/stream.c                          | 20 +++++---------------
qapi/char.json                        | 14 +-------------
qapi/net.json                         | 13 +------------
tests/functional/i386/test_replay.py  |  1 -
12 files changed, 41 insertions(+), 90 deletions(-)
[PULL 0/7] Trivial patches for 2025-10-29
Posted by Michael Tokarev 2 weeks, 2 days ago
The following changes since commit bc831f37398b51dfe65d99a67bcff9352f84a9d2:

  Merge tag 'hw-misc-20251028' of https://github.com/philmd/qemu into staging (2025-10-28 11:48:05 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7c7089321670fb51022a1c4493cbcc69aa288a0f:

  linux-user: Use correct type for FIBMAP and FIGETBSZ emulation (2025-10-29 11:58:55 +0300)

----------------------------------------------------------------
trivial patches for 2025-10-29

----------------------------------------------------------------
Bastian Blank (1):
      linux-user: Use correct type for FIBMAP and FIGETBSZ emulation

Nir Lichtman (1):
      docs/system/keys: fix incorrect reset scaling key binding

Peter Maydell (1):
      docs/system/sriov.rst: Fix typo in title

Thomas Huth (2):
      tests/functional/i386: Remove unused variable from the replay test
      hw/xen: Avoid non-inclusive language in params.h

Vladimir Sementsov-Ogievskiy (2):
      chardev: remove deprecated 'reconnect' option
      net/stream: remove deprecated 'reconnect' option

 chardev/char-socket.c                 | 24 +++++-------------------
 chardev/char.c                        |  3 ---
 docs/about/deprecated.rst             | 15 ---------------
 docs/about/removed-features.rst       | 22 ++++++++++++++++++++++
 docs/system/keys.rst.inc              |  2 +-
 docs/system/sriov.rst                 |  4 ++--
 include/hw/xen/interface/hvm/params.h |  9 ++-------
 linux-user/ioctls.h                   |  4 ++--
 net/stream.c                          | 20 +++++---------------
 qapi/char.json                        | 14 +-------------
 qapi/net.json                         | 13 +------------
 tests/functional/i386/test_replay.py  |  1 -
 12 files changed, 41 insertions(+), 90 deletions(-)
Re: [PULL 0/7] Trivial patches for 2025-10-29
Posted by Richard Henderson 2 weeks, 2 days ago
On 10/29/25 10:01, Michael Tokarev wrote:
> The following changes since commit bc831f37398b51dfe65d99a67bcff9352f84a9d2:
> 
>    Merge tag 'hw-misc-20251028' ofhttps://github.com/philmd/qemu into staging (2025-10-28 11:48:05 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
> 
> for you to fetch changes up to 7c7089321670fb51022a1c4493cbcc69aa288a0f:
> 
>    linux-user: Use correct type for FIBMAP and FIGETBSZ emulation (2025-10-29 11:58:55 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2025-10-29


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

r~