The following changes since commit bd6079a7a1d14de0918a7715ef6db85dc32de3bb:
Merge tag 'next-pull-request' of https://gitlab.com/peterx/qemu into staging (2026-07-20 11:12:38 -0400) are available in the Git repository at: https://gitlab.com/berrange/qemu tags/misc-next-pull-request for you to fetch changes up to 84a6c5f94b3d3c445c55189d38aca22234054c10: get_maintainer: add ability to report Git Lab handle (2026-07-21 16:53:12 +0100) ---------------------------------------------------------------- * Update FreeBSD image to 14.4 * Fix inotify test for FreeBSD 15 * Fix crypt/nettle build option argument handling * Add tracking & reporting of GitLab account handles for maintainers ---------------------------------------------------------------- Daniel P. Berrangé (3): tests/vm: update to FreeBSD 14.4 image gitlab: introduce files mapping GitLab accounts to real names get_maintainer: add ability to report Git Lab handle Jessica Clarke (1): test-util-filemonitor: Adapt to FreeBSD 15's native inotify semantics Luc Michel (1): meson.build: re-add explicit gcrypt/nettle request check .gitlab-map-auto | 93 ++++++++++++++++++++++++++++++ .gitlab-map-manual | 18 ++++++ crypto/cipher.c | 2 +- crypto/meson.build | 2 +- meson.build | 11 +++- scripts/get_maintainer.pl | 53 +++++++++++++++-- scripts/gitlab-map-check | 51 ++++++++++++++++ scripts/gitlab-map-update | 45 +++++++++++++++ tests/unit/test-crypto-block.c | 3 +- tests/unit/test-util-filemonitor.c | 29 +++++++++- tests/vm/freebsd | 4 +- 11 files changed, 300 insertions(+), 11 deletions(-) create mode 100644 .gitlab-map-auto create mode 100644 .gitlab-map-manual create mode 100755 scripts/gitlab-map-check create mode 100755 scripts/gitlab-map-update -- 2.55.0
