[PULL 0/4] Trivial patches for 2026-09-11

Michael Tokarev posted 4 patches 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260911105635.955937-1-mjt@tls.msk.ru
Maintainers: Alexey Kardashevskiy <aik@ozlabs.ru>, Jason Wang <jasowangio@gmail.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
hw/ppc/vof.c   |  3 ++-
net/hub.c      |  4 ++++
qapi/misc.json | 12 ++++++++++--
qapi/net.json  | 19 +++++++++++++------
util/cutils.c  |  2 +-
5 files changed, 30 insertions(+), 10 deletions(-)
[PULL 0/4] Trivial patches for 2026-09-11
Posted by Michael Tokarev 2 weeks, 1 day ago
The following changes since commit 92c82d0d2e71ab6e39fd799b035bae98b375bfd5:

  Merge tag 'linux-user-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-09-10 20:59:05 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 4b93253f6d15642c934e33fbd96bf761a2f0efd9:

  hw/ppc/vof: Use qemu_tolower() instead of tolower() (2026-09-11 12:07:44 +0300)

----------------------------------------------------------------
trivial patches for 2026-09-11

Just 4 small changes, the rest went through other trees.

----------------------------------------------------------------
Rohitashv Kumar (1):
      qapi/net: gate user/vde/netmap netdev backends behind their CONFIG symbols

Thomas Huth (2):
      util/cutils: Use qemu_isdigit() instead of isdigit()
      hw/ppc/vof: Use qemu_tolower() instead of tolower()

Zhang Chen (1):
      qapi/misc: Fix missed query-iothreads items

 hw/ppc/vof.c   |  3 ++-
 net/hub.c      |  4 ++++
 qapi/misc.json | 12 ++++++++++--
 qapi/net.json  | 19 +++++++++++++------
 util/cutils.c  |  2 +-
 5 files changed, 30 insertions(+), 10 deletions(-)
Re: [PULL 0/4] Trivial patches for 2026-09-11
Posted by Richard Henderson 2 weeks ago
On 9/11/26 00:56, Michael Tokarev wrote:
> The following changes since commit 92c82d0d2e71ab6e39fd799b035bae98b375bfd5:
> 
>    Merge tag 'linux-user-pull-request' ofhttps://github.com/hdeller/qemu-hppa into staging (2026-09-10 20:59:05 -1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
> 
> for you to fetch changes up to 4b93253f6d15642c934e33fbd96bf761a2f0efd9:
> 
>    hw/ppc/vof: Use qemu_tolower() instead of tolower() (2026-09-11 12:07:44 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2026-09-11
> 
> Just 4 small changes, the rest went through other trees.

Applied, thanks.

r~