All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] Misc patches
@ 2026-07-21 15:55 Daniel P. Berrangé
  2026-07-21 15:55 ` [PULL 1/5] test-util-filemonitor: Adapt to FreeBSD 15's native inotify semantics Daniel P. Berrangé
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Daniel P. Berrangé @ 2026-07-21 15:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Alex Bennée, Warner Losh,
	Marc-André Lureau, Daniel P. Berrangé, Paolo Bonzini,
	Kyle Evans, Li-Wen Hsu, Pierrick Bouvier

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



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PULL 0/5] Misc patches
@ 2021-09-14 13:01 marcandre.lureau
  2021-09-14 19:10 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: marcandre.lureau @ 2021-09-14 13:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit c6f5e042d89e79206cd1ce5525d3df219f13c3cc:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210913-3' into staging (2021-09-13 21:06:15 +0100)

are available in the Git repository at:

  git@gitlab.com:marcandre.lureau/qemu.git tags/misc-pull-request

for you to fetch changes up to 78e3e1d046e64b86e8c9bf3011d5a2a795b5e373:

  chardev: add some comments about the class methods (2021-09-14 16:57:11 +0400)

----------------------------------------------------------------
chardev & doc misc

----------------------------------------------------------------

Marc-André Lureau (4):
  docs: add supported host CPU architectures section
  meson.build: fix comment typo
  chardev: remove needless class method
  chardev: add some comments about the class methods

Michal Privoznik (1):
  chardev: Propagate error from logfile opening

 docs/about/build-platforms.rst | 33 +++++++++++++++++++++++++++++++++
 docs/about/deprecated.rst      |  2 ++
 meson.build                    |  2 +-
 include/chardev/char.h         | 34 +++++++++++++++++++++++++++++++++-
 chardev/char-mux.c             |  6 ++----
 chardev/char.c                 |  7 ++-----
 6 files changed, 73 insertions(+), 11 deletions(-)

-- 
2.33.0.113.g6c40894d24




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-07-22 17:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 15:55 [PULL 0/5] Misc patches Daniel P. Berrangé
2026-07-21 15:55 ` [PULL 1/5] test-util-filemonitor: Adapt to FreeBSD 15's native inotify semantics Daniel P. Berrangé
2026-07-21 15:55 ` [PULL 2/5] tests/vm: update to FreeBSD 14.4 image Daniel P. Berrangé
2026-07-21 15:55 ` [PULL 3/5] meson.build: re-add explicit gcrypt/nettle request check Daniel P. Berrangé
2026-07-21 15:55 ` [PULL 4/5] gitlab: introduce files mapping GitLab accounts to real names Daniel P. Berrangé
2026-07-21 15:55 ` [PULL 5/5] get_maintainer: add ability to report Git Lab handle Daniel P. Berrangé
2026-07-22 17:57 ` [PULL 0/5] Misc patches Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2021-09-14 13:01 marcandre.lureau
2021-09-14 19:10 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.