register: 0.942 graphic: 0.832 device: 0.622 semantic: 0.537 TCG: 0.471 debug: 0.341 files: 0.336 mistranslation: 0.333 network: 0.214 PID: 0.201 performance: 0.200 vnc: 0.157 boot: 0.148 user-level: 0.126 arm: 0.126 i386: 0.107 socket: 0.082 x86: 0.072 permissions: 0.072 architecture: 0.066 VMM: 0.064 virtual: 0.048 risc-v: 0.046 ppc: 0.026 hypervisor: 0.023 kernel: 0.021 assembly: 0.014 peripherals: 0.013 KVM: 0.006 -------------------- TCG: 0.923 register: 0.797 debug: 0.580 x86: 0.565 arm: 0.376 virtual: 0.353 files: 0.066 performance: 0.053 VMM: 0.044 hypervisor: 0.042 user-level: 0.028 device: 0.023 semantic: 0.021 kernel: 0.019 architecture: 0.017 assembly: 0.012 network: 0.009 peripherals: 0.008 boot: 0.006 PID: 0.004 socket: 0.004 risc-v: 0.004 graphic: 0.002 KVM: 0.001 ppc: 0.001 permissions: 0.001 i386: 0.001 vnc: 0.001 mistranslation: 0.000 The alpha target doesn't support tcg plugin register tracking due to missing XML 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: 1. ./qemu-alpha -d plugin -plugin ./contrib/plugins/libexeclog.so,reg=\* ./tests/tcg/alpha-linux-user/hello-alpha