The alpha target doesn't support tcg plugin register tracking due to missing XML
Host environment
- Operating system: Debian
- OS/kernel version: Bookworm
- Architecture: x86_64
- QEMU flavor: qemu[-system]-alpha
- QEMU version: 9.1
- QEMU command line: ./qemu-alpha -d plugin -plugin ./contrib/plugins/libexeclog.so,reg=* ./tests/tcg/alpha-linux-user/hello-alpha
Emulated/Virtualized environment
- Architecture: alpha
Description of problem
There is no register tracking because we build our register list based on XML and there was no XML for alpha because its so old. We could synthesise one to cover the register to fix this.
Steps to reproduce
- ./qemu-alpha -d plugin -plugin ./contrib/plugins/libexeclog.so,reg=* ./tests/tcg/alpha-linux-user/hello-alpha