I've collected up the last few bits that are ready for my last PR before the 10.1 softfreeze. The most consequential is enabling registers for the Alpha target in plugins. The rest is little clean-ups here and there.
I intend to send the PR on Monday. The following patches are un-reviewed: docs/system: clean-up formatting of virtio-net-failover plugins: fix inclusion of user-mode APIs gitlab: add -n option to check_units gitlab: use argparse in check-units script Alex Alex Bennée (4): gitlab: use argparse in check-units script gitlab: add -n option to check_units plugins: fix inclusion of user-mode APIs docs/system: clean-up formatting of virtio-net-failover Manos Pitsidianakis (1): docs: use :kbd: role in sphinx docs Yodel Eldar (2): contrib/plugins/execlog: Add tab to the separator search of insn_disas target/alpha: Add GDB XML feature file docs/devel/testing/main.rst | 4 +- docs/system/images.rst | 2 +- docs/system/keys.rst.inc | 49 +++++----- docs/system/linuxboot.rst | 2 +- docs/system/mux-chardev.rst.inc | 38 ++++---- docs/system/virtio-net-failover.rst | 51 +++++----- configs/targets/alpha-linux-user.mak | 1 + configs/targets/alpha-softmmu.mak | 1 + contrib/plugins/execlog.c | 15 +-- linux-user/plugin-api.c | 1 + target/alpha/cpu.c | 1 + common-user/plugin-api.c.inc | 1 + .gitlab-ci.d/check-units.py | 29 +++--- gdb-xml/alpha-core.xml | 136 +++++++++++++++++++++++++++ linux-user/meson.build | 5 +- 15 files changed, 250 insertions(+), 86 deletions(-) create mode 100644 gdb-xml/alpha-core.xml -- 2.47.2