All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] testing updates (gitlab, MacOS, MAINTAINERS)
@ 2026-05-29  5:39 Alex Bennée
  2026-05-29  5:39 ` [PULL 01/13] Makefile: include tests/Makefile.include before ninja calculation Alex Bennée
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Alex Bennée @ 2026-05-29  5:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

The following changes since commit 2db91528542672cf0db78b3f2cc0e22b36302b38:

  Merge tag 'pull-vfio-20260527' of https://github.com/legoater/qemu into staging (2026-05-27 14:45:58 -0400)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-11.1-testing-macos-and-misc-280526-1

for you to fetch changes up to 54b78a130be9abd5792c81726c5ebbeb5a68cad2:

  MAINTAINERS: Cover python.docker with Python library section (2026-05-28 21:33:46 +0100)

----------------------------------------------------------------
testing updates (gitlab, MacOS, MAINTAINERS)

  - move tests/Makefile.include earlier in order
  - add binary deps to .ninja-goals.run-tcg-tests-FOO
  - clean-up jit locking around do_tb_phys_invalidate
  - drop deprecated cirrus MacOS builds
  - add gitlab MacOS builds
  - update the gitlab issue template around binary test cases
  - fix-up MAINTAINERS for dockerfiles

----------------------------------------------------------------
Alex Bennée (8):
      Makefile: include tests/Makefile.include before ninja calculation
      tests/Makefile.include: fix typo in comment
      tests/Makefile.include: add binary dependency to run-tcg-tests-% rules
      accel/tcg: move jit thread manipulation into do_tb_phys_invalidate
      ci: drop cirrus MacOS build
      gitlab: add initial MacOS 15 on gitlab runner
      gitlab: add MacOS 26 job on gitlab runner
      gitlab: update issue template for binary test cases

Philippe Mathieu-Daudé (5):
      MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path
      MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section
      MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section
      MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section
      MAINTAINERS: Cover python.docker with Python library section

 MAINTAINERS                             |  6 +++-
 Makefile                                |  4 +--
 accel/tcg/tb-maint.c                    | 43 ++++++++++------------
 tests/lcitool/refresh                   | 12 ++++++-
 .gitlab-ci.d/cirrus.yml                 | 14 --------
 .gitlab-ci.d/{cirrus => }/macos-14.vars |  0
 .gitlab-ci.d/macos.yml                  | 63 +++++++++++++++++++++++++++++++++
 .gitlab-ci.d/qemu-project.yml           |  1 +
 .gitlab/issue_templates/bug.md          |  4 +++
 tests/Makefile.include                  |  8 ++++-
 10 files changed, 112 insertions(+), 43 deletions(-)
 rename .gitlab-ci.d/{cirrus => }/macos-14.vars (100%)
 create mode 100644 .gitlab-ci.d/macos.yml

-- 
2.47.3



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

end of thread, other threads:[~2026-05-29 19:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29  5:39 [PULL 00/13] testing updates (gitlab, MacOS, MAINTAINERS) Alex Bennée
2026-05-29  5:39 ` [PULL 01/13] Makefile: include tests/Makefile.include before ninja calculation Alex Bennée
2026-05-29  5:39 ` [PULL 02/13] tests/Makefile.include: fix typo in comment Alex Bennée
2026-05-29  5:39 ` [PULL 03/13] tests/Makefile.include: add binary dependency to run-tcg-tests-% rules Alex Bennée
2026-05-29  5:39 ` [PULL 04/13] accel/tcg: move jit thread manipulation into do_tb_phys_invalidate Alex Bennée
2026-05-29  5:39 ` [PULL 05/13] ci: drop cirrus MacOS build Alex Bennée
2026-05-29  5:39 ` [PULL 06/13] gitlab: add initial MacOS 15 on gitlab runner Alex Bennée
2026-05-29  5:39 ` [PULL 07/13] gitlab: add MacOS 26 job " Alex Bennée
2026-05-29  5:39 ` [PULL 08/13] gitlab: update issue template for binary test cases Alex Bennée
2026-05-29  5:39 ` [PULL 09/13] MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path Alex Bennée
2026-05-29  5:39 ` [PULL 10/13] MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section Alex Bennée
2026-05-29  5:39 ` [PULL 11/13] MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section Alex Bennée
2026-05-29  5:39 ` [PULL 12/13] MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section Alex Bennée
2026-05-29  5:39 ` [PULL 13/13] MAINTAINERS: Cover python.docker with Python library section Alex Bennée
2026-05-29 19:48 ` [PULL 00/13] testing updates (gitlab, MacOS, MAINTAINERS) Stefan Hajnoczi

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.