Merge tag 'pull-maintainer-ominbus-030723-1' of https://gitlab.com/stsquad/qemu into staging
maintainer updates: testing, fuzz, plugins, docs, gdbstub - clean up gitlab artefact handling - ensure gitlab publishes artefacts with coverage data - reduce testing scope for coverage job - mention CI pipeline in developer docs - add ability to add plugin args to check-tcg - fix some memory leaks and UB in tests - suppress xcb leaks from fuzzing output - add a test-fuzz to mirror the CI run - allow lci-refresh to be run in $SRC - update lcitool to latest version - add qemu-minimal package set with gcc-native - convert riscv64-cross to lcitool - update sbsa-ref tests - don't include arm_casq_ptw emulation unless TCG - convert plugins to use g_memdup2 - ensure plugins instrument SVE helper mem access - improve documentation of QOM/QDEV - make gdbstub send stop responses when it should - report user-mode pid in gdbstub - add support for info proc mappings in gdbstub # -----BEGIN PGP SIGNATURE----- # # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmSiuH4ACgkQ+9DbCVqe # KkRt0Qf+N0oD/VuEcRSxK1bWlLtf5nxQpPKKzkRItPc5jqJnLWa/gh21sfQgs5Uq # BczAT+JfgTnMozbq0mjvQ+uAGI4MHzBs+UAn60+ZcXfk2inyk77XKBEoHOFuK1ry # rgQ4+p21/hcZedDiDLnLSfbGfUU0KkM/pbAegOz7HO0EQDV0CSXqeAW3WAuM1lne # +YmXkKwoFI1V8HvslzCT12GFiaUfmSSBtASqWcf67Ief97K24+rpkAVM7JChLm5X # fC1MOFNuNYV+jO+9U3KIs15P1WH12oMcpNUY+KqQ5ZWovBg83yOLtKY1o3f6Z2Y+ # iQgFJr6F8ZVBdKNJtqVi8DkbiFfbsA== # =Ho/h # -----END PGP SIGNATURE----- # gpg: Signature made Mon 03 Jul 2023 02:01:02 PM CEST # gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44 # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [undefined] # 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-030723-1' of https://gitlab.com/stsquad/qemu : (38 commits) tests/tcg: Add a test for info proc mappings docs: Document security implications of debugging gdbstub: Add support for info proc mappings gdbstub: Report the actual qemu-user pid gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() linux-user: Emulate /proc/self/smaps linux-user: Add "safe" parameter to do_guest_openat() linux-user: Expose do_guest_openat() and do_guest_readlink() gdbstub: clean-up vcont handling to avoid goto gdbstub: Permit reverse step/break to provide stop response gdbstub: lightly refactor connection to avoid snprintf docs/devel: introduce some key concepts for QOM development docs/devel: split qom-api reference into new file docs/devel/qom.rst: Correct code style include/hw/qdev-core: fixup kerneldoc annotations include/migration: mark vmstate_register() as a legacy function docs/devel: add some front matter to the devel index plugins: update lockstep to use g_memdup2 plugins: fix memory leak while parsing options plugins: force slow path when plugins instrument memory ops ... Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- .gitlab-ci.d/buildtest-template.yml 3 additions, 1 deletion.gitlab-ci.d/buildtest-template.yml
- .gitlab-ci.d/buildtest.yml 6 additions, 1 deletion.gitlab-ci.d/buildtest.yml
- .gitlab-ci.d/crossbuild-template.yml 1 addition, 0 deletions.gitlab-ci.d/crossbuild-template.yml
- .gitlab-ci.d/crossbuilds.yml 2 additions, 0 deletions.gitlab-ci.d/crossbuilds.yml
- .gitlab-ci.d/opensbi.yml 1 addition, 0 deletions.gitlab-ci.d/opensbi.yml
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- Makefile 1 addition, 1 deletionMakefile
- accel/tcg/cputlb.c 34 additions, 7 deletionsaccel/tcg/cputlb.c
- accel/tcg/user-exec.c 6 additions, 2 deletionsaccel/tcg/user-exec.c
- contrib/plugins/cache.c 1 addition, 1 deletioncontrib/plugins/cache.c
- contrib/plugins/drcov.c 1 addition, 1 deletioncontrib/plugins/drcov.c
- contrib/plugins/execlog.c 1 addition, 1 deletioncontrib/plugins/execlog.c
- contrib/plugins/hotblocks.c 1 addition, 1 deletioncontrib/plugins/hotblocks.c
- contrib/plugins/hotpages.c 1 addition, 1 deletioncontrib/plugins/hotpages.c
- contrib/plugins/howvec.c 1 addition, 1 deletioncontrib/plugins/howvec.c
- contrib/plugins/hwprofile.c 1 addition, 1 deletioncontrib/plugins/hwprofile.c
- contrib/plugins/lockstep.c 2 additions, 2 deletionscontrib/plugins/lockstep.c
- docs/devel/index-api.rst 2 additions, 0 deletionsdocs/devel/index-api.rst
- docs/devel/index-process.rst 2 additions, 0 deletionsdocs/devel/index-process.rst
- docs/devel/index-tcg.rst 2 additions, 0 deletionsdocs/devel/index-tcg.rst
Loading
Please register or sign in to comment