[PULL 0/6] random fixes (gitlab, tests, char-fe, mailmap, deprecations)

Alex Bennée posted 6 patches 4 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260828121337.2277303-1-alex.bennee@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@mailo.com>, "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, "Gonglei (Arei)" <arei.gonglei@huawei.com>, zhenwei pi <zhenwei.pi@linux.dev>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Amit Shah <amit@kernel.org>, Peter Maydell <peter.maydell@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
docs/about/deprecated.rst             | 18 ++++++++++++++++++
include/chardev/char-fe.h             | 13 ++++++++++++-
backends/cryptodev-vhost-user.c       |  8 +-------
backends/rng-egd.c                    |  8 +-------
backends/vhost-user.c                 |  8 +-------
hw/char/imx_serial.c                  |  4 ++--
.gitlab-ci.d/macos.yml                |  7 ++++---
.mailmap                              |  1 +
tests/tcg/arm/Makefile.softmmu-target |  2 +-
9 files changed, 41 insertions(+), 28 deletions(-)
[PULL 0/6] random fixes (gitlab, tests, char-fe, mailmap, deprecations)
Posted by Alex Bennée 4 weeks, 1 day ago
The following changes since commit 0a1ebd448b38afaa118597cbb633dbec24ef74d3:

  tcg/loongarch64: Fix compile issue LoongArch host (2026-08-27 11:04:01 -0700)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-11.1-random-updates-280826-1

for you to fetch changes up to 485509e033d8d4fc3f408e02de205fad960e1d02:

  mailmap: map the last From-munged author back to a real identity (2026-08-28 11:40:08 +0100)

----------------------------------------------------------------
some random fixes (gitlab, tests, char-fe, mailmap, deprecations):

 - use .base_meson_job_template for macOS jobs
 - use explicit cflags for arm system tests
 - add arm-softmmu tests to MacOS
 - implement qemu_chr_fe_backend_name
 - deprecate virtio-crypto
 - mailmap updates

----------------------------------------------------------------
Alex Bennée (5):
      gitlab: use .base_meson_job_template for macOS jobs
      tests/arm: add explicit CFLAGS for system build
      gitlab: add arm-softmmu tests to the macOS build
      char-fe: implement qemu_chr_fe_backend_name
      docs: deprecate virtio-crypto

Denis V. Lunev (1):
      mailmap: map the last From-munged author back to a real identity

 docs/about/deprecated.rst             | 18 ++++++++++++++++++
 include/chardev/char-fe.h             | 13 ++++++++++++-
 backends/cryptodev-vhost-user.c       |  8 +-------
 backends/rng-egd.c                    |  8 +-------
 backends/vhost-user.c                 |  8 +-------
 hw/char/imx_serial.c                  |  4 ++--
 .gitlab-ci.d/macos.yml                |  7 ++++---
 .mailmap                              |  1 +
 tests/tcg/arm/Makefile.softmmu-target |  2 +-
 9 files changed, 41 insertions(+), 28 deletions(-)

-- 
2.47.3


Re: [PULL 0/6] random fixes (gitlab, tests, char-fe, mailmap, deprecations)
Posted by Richard Henderson 4 weeks ago
On 8/28/26 05:13, Alex Bennée wrote:
> The following changes since commit 0a1ebd448b38afaa118597cbb633dbec24ef74d3:
> 
>    tcg/loongarch64: Fix compile issue LoongArch host (2026-08-27 11:04:01 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stsquad/qemu.git tags/pull-11.1-random-updates-280826-1
> 
> for you to fetch changes up to 485509e033d8d4fc3f408e02de205fad960e1d02:
> 
>    mailmap: map the last From-munged author back to a real identity (2026-08-28 11:40:08 +0100)
> 
> ----------------------------------------------------------------
> some random fixes (gitlab, tests, char-fe, mailmap, deprecations):
> 
>   - use .base_meson_job_template for macOS jobs
>   - use explicit cflags for arm system tests
>   - add arm-softmmu tests to MacOS
>   - implement qemu_chr_fe_backend_name
>   - deprecate virtio-crypto
>   - mailmap updates

Applied, thanks.

r~