The following changes since commit ad6ef0a42e314a8c6ac6c96d5f6e607a1e5644b5:
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2023-11-09 08:26:01 +0800) are available in the Git repository at: https://gitlab.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 1d802d050caeff83add1054bee1fc9f98e59a3f2: .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma) (2023-11-10 10:39:05 +0100) ---------------------------------------------------------------- * document what configure does with virtual environments * Bump known good meson version to v1.2.3 * Upgrade macOS to 13 (Ventura) and Add manual testing of macOS 14 (Sonoma) * use simple assertions instead of Coverity models ---------------------------------------------------------------- Paolo Bonzini (2): tests: respect --enable/--disable-download for Avocado docs: document what configure does with virtual environments Philippe Mathieu-Daudé (3): buildsys: Bump known good meson version to v1.2.3 .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura) .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma) Vladimir Sementsov-Ogievskiy (1): coverity: physmem: use simple assertions instead of modelling .gitlab-ci.d/cirrus.yml | 22 +++++- .../cirrus/{macos-12.vars => macos-13.vars} | 2 +- .gitlab-ci.d/cirrus/macos-14.vars | 16 ++++ configure | 9 ++- docs/devel/build-system.rst | 88 ++++++++++++++++++++- python/scripts/vendor.py | 4 +- python/wheels/meson-0.63.3-py3-none-any.whl | Bin 926526 -> 0 bytes python/wheels/meson-1.2.3-py3-none-any.whl | Bin 0 -> 964928 bytes pythondeps.toml | 5 +- scripts/coverity-scan/model.c | 88 --------------------- system/physmem.c | 22 ++++++ tests/Makefile.include | 2 +- tests/lcitool/libvirt-ci | 2 +- tests/lcitool/refresh | 3 +- 14 files changed, 157 insertions(+), 106 deletions(-) rename .gitlab-ci.d/cirrus/{macos-12.vars => macos-13.vars} (95%) create mode 100644 .gitlab-ci.d/cirrus/macos-14.vars delete mode 100644 python/wheels/meson-0.63.3-py3-none-any.whl create mode 100644 python/wheels/meson-1.2.3-py3-none-any.whl -- 2.41.0