[PULL 0/8] Trivial patches for 2025-10-05

Michael Tokarev posted 8 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251005065538.436862-1-mjt@tls.msk.ru
Maintainers: Pavel Pisa <pisa@cmp.felk.cvut.cz>, Francisco Iglesias <francisco.iglesias@amd.com>, Vikram Garhwal <vikram.garhwal@bytedance.com>, Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
docs/devel/uefi-vars.rst      |  4 ++--
docs/specs/spdm.rst           |  2 +-
hw/input/hid.c                |  1 +
hw/net/can/can_sja1000.c      |  1 -
hw/watchdog/wdt_i6300esb.c    |  2 +-
system/runstate.c             |  4 +---
tests/qtest/vhost-user-test.c | 14 +++++++-------
ui/gtk.c                      |  4 ++--
8 files changed, 15 insertions(+), 17 deletions(-)
[PULL 0/8] Trivial patches for 2025-10-05
Posted by Michael Tokarev 1 month, 1 week ago
The following changes since commit bd6aa0d1e59d71218c3eee055bc8d222c6e1a628:

  Merge tag 'staging-pull-request' of https://gitlab.com/peterx/qemu into staging (2025-10-04 09:10:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0af5926a0feb0b69a127f5c24eaa605408fed2ec:

  system/runstate: remove duplicate in runstate transitions (2025-10-05 09:46:06 +0300)

----------------------------------------------------------------
trivial patches for 2025-10-05

Just a bunch of tiny fixes everywhere.

----------------------------------------------------------------
Filip Hejsek (1):
      ui/gtk: Fix callback function signature

Marco Cavenati (1):
      system/runstate: remove duplicate in runstate transitions

Michael Tokarev (1):
      vhost-user-test: remove trailing newlines in g_test_message() calls

Peter Maydell (1):
      docs/specs/spdm.rst: Fix typo in x86_64 architecture name

ShengYi Hung (2):
      hid: fix incorrect return value for hid
      wdt_i6300esb: fix incorrect mask for interrupt type

SillyZ (1):
      hw/net/can: Remove redundant status bit setting in can_sja1000

nanliu (1):
      docs/devel: Correct uefi-vars-x64 device name

 docs/devel/uefi-vars.rst      |  4 ++--
 docs/specs/spdm.rst           |  2 +-
 hw/input/hid.c                |  1 +
 hw/net/can/can_sja1000.c      |  1 -
 hw/watchdog/wdt_i6300esb.c    |  2 +-
 system/runstate.c             |  4 +---
 tests/qtest/vhost-user-test.c | 14 +++++++-------
 ui/gtk.c                      |  4 ++--
 8 files changed, 15 insertions(+), 17 deletions(-)
Re: [PULL 0/8] Trivial patches for 2025-10-05
Posted by Richard Henderson 1 month, 1 week ago
On 10/4/25 23:55, Michael Tokarev wrote:
> The following changes since commit bd6aa0d1e59d71218c3eee055bc8d222c6e1a628:
> 
>    Merge tag 'staging-pull-request' ofhttps://gitlab.com/peterx/qemu into staging (2025-10-04 09:10:58 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
> 
> for you to fetch changes up to 0af5926a0feb0b69a127f5c24eaa605408fed2ec:
> 
>    system/runstate: remove duplicate in runstate transitions (2025-10-05 09:46:06 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2025-10-05
> 
> Just a bunch of tiny fixes everywhere.


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

r~