Merge tag 'pull-halloween-omnibus-081123-1' of https://gitlab.com/stsquad/qemu into staging
Final test, gdbstub, plugin and gitdm updates for 8.2 - fix duplicate register in arm xml - hide various duplicate system registers from gdbstub - add new gdb register test to the CI (skipping s390x/ppc64 for now) - introduce GDBFeatureBuilder - move plugin initialisation to after vCPU init completes - enable building TCG plugins on Windows platform - various gitdm updates - some mailmap fixes - disable testing for nios2 signals which have regressed # -----BEGIN PGP SIGNATURE----- # # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmVLpk4ACgkQ+9DbCVqe # KkT7Zwf+LgNS2T8Gd6UBMk50Zwew3DSzK3HRRkAlxSV9vN9TCprnVDGJn7ObRpfq # QCwiTmh20JRPFFBEsPGy/ozNPZsuWbt1/vyh3fnU4KD3aMySuyc/Hb9/mONPC9VE # zh1mUxLCx10uwG5qF8jupIp22BQYD7B9i4YSF1gAUGsQNU7BPvcBDeDzyhCItJen # 73oG9RQm7vDbjTOcGDkAMAG8iwLt07oMgFrDSgD8x7RWOxG8aiM3ninAW6S5GcO3 # s49t0rTqJIu+pOncYYzmPvFxyZ/6W82tsJYtfxlVML02qj24HOmLWywRWgL5b10y # TyXsDba3Ru8ez/kEaVVX6u9N1G/Ktg== # =or8W # -----END PGP SIGNATURE----- # gpg: Signature made Wed 08 Nov 2023 23:16:30 HKT # 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-halloween-omnibus-081123-1' of https://gitlab.com/stsquad/qemu : (23 commits) Revert "tests/tcg/nios2: Re-enable linux-user tests" mailmap: fixup some more corrupted author fields contrib/gitdm: add Daynix to domain-map contrib/gitdm: map HiSilicon to Huawei contrib/gitdm: add domain-map for Cestc contrib/gitdm: Add Rivos Inc to the domain map plugins: allow plugins to be enabled on windows gitlab: add dlltool to Windows CI plugins: disable lockstep plugin on windows plugins: make test/example plugins work on windows plugins: add dllexport and dllimport to api funcs configure: tell meson and contrib_plugins about DLLTOOL cpu: Call plugin hooks only when ready gdbstub: Introduce GDBFeatureBuilder gdbstub: Introduce gdb_find_static_feature() gdbstub: Add num_regs member to GDBFeature tests/avocado: update the tcg_plugins test tests/tcg: add an explicit gdbstub register tester target/arm: hide aliased MIDR from gdbstub target/arm: hide all versions of DBGD[RS]AR from gdbstub ... Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com>
No related branches found
No related tags found
Showing
- .gitlab-ci.d/crossbuilds.yml 2 additions, 2 deletions.gitlab-ci.d/crossbuilds.yml
- .gitlab-ci.d/windows.yml 1 addition, 0 deletions.gitlab-ci.d/windows.yml
- .mailmap 2 additions, 0 deletions.mailmap
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- configs/targets/loongarch64-linux-user.mak 1 addition, 0 deletionsconfigs/targets/loongarch64-linux-user.mak
- configure 11 additions, 2 deletionsconfigure
- contrib/gitdm/domain-map 4 additions, 0 deletionscontrib/gitdm/domain-map
- contrib/plugins/Makefile 22 additions, 4 deletionscontrib/plugins/Makefile
- contrib/plugins/win32_linker.c 34 additions, 0 deletionscontrib/plugins/win32_linker.c
- cpu-target.c 0 additions, 11 deletionscpu-target.c
- gdb-xml/arm-neon.xml 1 addition, 1 deletiongdb-xml/arm-neon.xml
- gdbstub/gdbstub.c 78 additions, 0 deletionsgdbstub/gdbstub.c
- hw/core/cpu-common.c 10 additions, 0 deletionshw/core/cpu-common.c
- include/exec/gdbstub.h 59 additions, 0 deletionsinclude/exec/gdbstub.h
- include/qemu/qemu-plugin.h 47 additions, 3 deletionsinclude/qemu/qemu-plugin.h
- meson.build 5 additions, 0 deletionsmeson.build
- plugins/meson.build 19 additions, 0 deletionsplugins/meson.build
- scripts/feature_to_c.py 44 additions, 2 deletionsscripts/feature_to_c.py
- target/arm/debug_helper.c 6 additions, 4 deletionstarget/arm/debug_helper.c
- target/arm/helper.c 22 additions, 15 deletionstarget/arm/helper.c
Loading
Please register or sign in to comment