[PULL 0/4] Trivial patches for 2026-03-23

Michael Tokarev posted 4 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260323130021.376393-1-mjt@tls.msk.ru
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
There is a newer version of this series
contrib/plugins/traps.c         | 2 +-
docs/about/emulation.rst        | 2 +-
docs/devel/code-provenance.rst  | 4 ++--
docs/system/devices/usb-u2f.rst | 2 +-
docs/system/tls.rst             | 8 ++++----
hw/arm/virt.c                   | 2 +-
hw/usb/u2f-emulated.c           | 2 +-
include/hw/arm/virt.h           | 2 +-
include/plugins/qemu-plugin.h   | 2 +-
qapi/block-core.json            | 8 ++++----
qapi/job.json                   | 2 +-
qapi/uefi.json                  | 2 +-
qemu-options.hx                 | 6 +++---
tests/unit/test-char.c          | 2 +-
14 files changed, 23 insertions(+), 23 deletions(-)
[PULL 0/4] Trivial patches for 2026-03-23
Posted by Michael Tokarev 1 week, 4 days ago
The following changes since commit eb153d8fd3be325a5aa7e1a6a73be8854eeaaf27:

  Merge tag 'pull-target-arm-20260323' of https://gitlab.com/pm215/qemu into staging (2026-03-23 10:55:20 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 8ef2576d32dcabc3cfe9abfde7c23c1587444584:

  Fix several typos in documentation (found by codespell) (2026-03-23 15:14:34 +0300)

----------------------------------------------------------------
trivial patches for 2026-03-23

minor u2f tweaks ny Stefan, and small docs/comments updates

----------------------------------------------------------------
Stefan Weil (3):
      Fix include statement for u2f-emu.h
      docs: Update GitHub URL of libu2f-emu
      Fix several typos in documentation (found by codespell)

xieyi (1):
      tests: fix typo in char unit test comment

 contrib/plugins/traps.c         | 2 +-
 docs/about/emulation.rst        | 2 +-
 docs/devel/code-provenance.rst  | 4 ++--
 docs/system/devices/usb-u2f.rst | 2 +-
 docs/system/tls.rst             | 8 ++++----
 hw/arm/virt.c                   | 2 +-
 hw/usb/u2f-emulated.c           | 2 +-
 include/hw/arm/virt.h           | 2 +-
 include/plugins/qemu-plugin.h   | 2 +-
 qapi/block-core.json            | 8 ++++----
 qapi/job.json                   | 2 +-
 qapi/uefi.json                  | 2 +-
 qemu-options.hx                 | 6 +++---
 tests/unit/test-char.c          | 2 +-
 14 files changed, 23 insertions(+), 23 deletions(-)
Re: [PULL 0/4] Trivial patches for 2026-03-23
Posted by Peter Maydell 1 week, 4 days ago
On Mon, 23 Mar 2026 at 13:03, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> The following changes since commit eb153d8fd3be325a5aa7e1a6a73be8854eeaaf27:
>
>   Merge tag 'pull-target-arm-20260323' of https://gitlab.com/pm215/qemu into staging (2026-03-23 10:55:20 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
>
> for you to fetch changes up to 8ef2576d32dcabc3cfe9abfde7c23c1587444584:
>
>   Fix several typos in documentation (found by codespell) (2026-03-23 15:14:34 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2026-03-23
>
> minor u2f tweaks ny Stefan, and small docs/comments updates
>
> ----------------------------------------------------------------

ERROR: pull request includes commits attributed to list

$ git log --no-mailmap
[...]
commit 8ef2576d32dcabc3cfe9abfde7c23c1587444584
Author: Stefan Weil via <qemu-trivial@nongnu.org>

and similarly for the others by Stefan.

Could you fix and respin, please?

thanks
-- PMM