[PATCH 0/5] testing/next: macos updates

Alex Bennée posted 5 patches 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260505103649.68361-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
configure                               |  6 ++-
accel/tcg/tb-maint.c                    |  5 +-
.gitlab-ci.d/cirrus.yml                 | 14 ------
.gitlab-ci.d/{cirrus => }/macos-14.vars |  0
.gitlab-ci.d/macos.yml                  | 65 +++++++++++++++++++++++++
.gitlab-ci.d/qemu-project.yml           |  1 +
tests/lcitool/refresh                   | 12 ++++-
7 files changed, 85 insertions(+), 18 deletions(-)
rename .gitlab-ci.d/{cirrus => }/macos-14.vars (100%)
create mode 100644 .gitlab-ci.d/macos.yml
[PATCH 0/5] testing/next: macos updates
Posted by Alex Bennée 3 weeks, 4 days ago
These patches are mostly dealing with the loss of the CirrusCI MacOS
images by porting to gitlab. So far only one of the images works but I
thought it was worth posting in case anyone else has any ideas.

There is also a fix for getting watchpoints working so we can have the
basic TCG gdb tests.

Alex.

Alex Bennée (5):
  configure: report unsigned qemu binaries for check-tcg
  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 (!broken)

 configure                               |  6 ++-
 accel/tcg/tb-maint.c                    |  5 +-
 .gitlab-ci.d/cirrus.yml                 | 14 ------
 .gitlab-ci.d/{cirrus => }/macos-14.vars |  0
 .gitlab-ci.d/macos.yml                  | 65 +++++++++++++++++++++++++
 .gitlab-ci.d/qemu-project.yml           |  1 +
 tests/lcitool/refresh                   | 12 ++++-
 7 files changed, 85 insertions(+), 18 deletions(-)
 rename .gitlab-ci.d/{cirrus => }/macos-14.vars (100%)
 create mode 100644 .gitlab-ci.d/macos.yml

-- 
2.47.3