I'm on the fence if these are needed for 10.2. There is at least one bug fix (plugins) but the build and documentation fixes can easily be punted to 11.0 if we are feeling nervous.
v2 Well the list grew as I fixed up the issues caused by the transition of debian-all-test-cross to lcitool. There is also a typo fix and a tweak to one of the custom runner jobs that is no longer needed. The following still need review: MAINTAINERS: update the custom runner entries docs/devel: update build environment setup documentation tests/docker: drop --disable-[tools|system] from all-test-cross tests/docker: transition debian-all-test-cross to lcitool tests/lcitool: add nettle to the minimal deps tests/lcitool: add bzip2 to the minimal dependency list tests/tcg: honour the available QEMU binaries when running check-tcg gitlab: drop explicit pxe-test from the build-tci job gitlab: drop --disable-pie from aarch64-all-linux-static build Alex. Alano Song (1): docs/devel: Correct typo Alex Bennée (10): gitlab: drop --disable-pie from aarch64-all-linux-static build gitlab: drop explicit pxe-test from the build-tci job tests/tcg: honour the available QEMU binaries when running check-tcg tests/lcitool: add bzip2 to the minimal dependency list tests/lcitool: add nettle to the minimal deps tests/docker: transition debian-all-test-cross to lcitool tests/docker: drop --disable-[tools|system] from all-test-cross docs/devel: update build environment setup documentation MAINTAINERS: update the custom runner entries plugins/core: allow reading of registers during discon events MAINTAINERS | 7 +- docs/devel/atomics.rst | 4 +- docs/devel/build-environment.rst | 145 ++++++++++++------ configure | 6 +- plugins/core.c | 2 + .gitlab-ci.d/buildtest.yml | 4 +- .../custom-runners/ubuntu-24.04-aarch64.yml | 4 +- tests/Makefile.include | 9 ++ .../dockerfiles/debian-all-test-cross.docker | 131 +++++++++------- tests/lcitool/projects/qemu-minimal.yml | 2 + tests/lcitool/refresh | 49 ++++++ 11 files changed, 245 insertions(+), 118 deletions(-) -- 2.47.3
