Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qemu into staging
testing and gdbstub updates: - enable ccache for gitlab builds - fix various test info leakages for non V=1 - update style to allow loop vars - bump FreeBSD to v13.2 - clean-up gdbstub tests - various gdbstub doc and refactorings # -----BEGIN PGP SIGNATURE----- # # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmTvS2AACgkQ+9DbCVqe # KkRiRwgAhsinp2/KgnvkD0n6deQy/JWg9MfYIvvZacKEakIfQvCDoJ752AUZzUTw # ggQ+W2KuaoHTzwG+AOMLdzulkmspQ8xeFuD2aIpFjRMnZrO9jN2T4L0vcGLAd95c # 9QLqPeH8xRdhuK28+ILuYzKOKBcefQ44ufMLpxrS2iNITEsSg/Tw3MU91hbct49g # 3OR4bD1ueG5Ib/lXp8V/4GnRmfLdnp3k0i/6OHriq7Mpz4Lia67WblVsPEple66U # n7JCo2sI5/m+6p2tvKs7rH60xc8s1Za3kbK4ggEq3LVRfzVOordZqO+1ep6wklTY # 6nP9Ry9nZG3gqCmcNXfhoofm0vHaZA== # =Km9m # -----END PGP SIGNATURE----- # gpg: Signature made Wed 30 Aug 2023 10:00:00 EDT # gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44 # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44 * tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qemu : gdbstub: move comment for gdb_register_coprocessor gdbstub: replace global gdb_has_xml with a function gdbstub: refactor get_feature_xml gdbstub: remove unused user_ctx field gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT tests/tcg: clean-up gdb confirm/pagination settings tests: remove test-gdbstub.py .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2 docs/style: permit inline loop variables tests/tcg: remove quoting for info output tests/docker: cleanup non-verbose output gitlab: enable ccache for many build jobs Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com>
Showing
- .gitlab-ci.d/buildtest-template.yml 11 additions, 0 deletions.gitlab-ci.d/buildtest-template.yml
- .gitlab-ci.d/cirrus.yml 1 addition, 1 deletion.gitlab-ci.d/cirrus.yml
- .gitlab-ci.d/crossbuild-template.yml 26 additions, 0 deletions.gitlab-ci.d/crossbuild-template.yml
- .gitlab-ci.d/windows.yml 11 additions, 2 deletions.gitlab-ci.d/windows.yml
- docs/devel/ci-jobs.rst.inc 7 additions, 0 deletionsdocs/devel/ci-jobs.rst.inc
- docs/devel/style.rst 8 additions, 1 deletiondocs/devel/style.rst
- gdbstub/gdbstub.c 86 additions, 58 deletionsgdbstub/gdbstub.c
- gdbstub/internals.h 2 additions, 1 deletiongdbstub/internals.h
- gdbstub/softmmu.c 0 additions, 1 deletiongdbstub/softmmu.c
- gdbstub/user.c 0 additions, 1 deletiongdbstub/user.c
- include/exec/gdbstub.h 15 additions, 5 deletionsinclude/exec/gdbstub.h
- target/arm/gdbstub.c 4 additions, 4 deletionstarget/arm/gdbstub.c
- target/ppc/gdbstub.c 2 additions, 2 deletionstarget/ppc/gdbstub.c
- tests/docker/Makefile.include 3 additions, 3 deletionstests/docker/Makefile.include
- tests/docker/dockerfiles/debian-hexagon-cross.docker 8 additions, 1 deletiontests/docker/dockerfiles/debian-hexagon-cross.docker
- tests/guest-debug/run-test.py 2 additions, 0 deletionstests/guest-debug/run-test.py
- tests/guest-debug/test-gdbstub.py 0 additions, 177 deletionstests/guest-debug/test-gdbstub.py
- tests/tcg/aarch64/Makefile.target 1 addition, 1 deletiontests/tcg/aarch64/Makefile.target
- tests/tcg/aarch64/gdbstub/test-sve-ioctl.py 0 additions, 3 deletionstests/tcg/aarch64/gdbstub/test-sve-ioctl.py
- tests/tcg/aarch64/gdbstub/test-sve.py 0 additions, 3 deletionstests/tcg/aarch64/gdbstub/test-sve.py
Loading
Please register or sign in to comment