diff options
author | Alex Bennée | 2021-02-13 14:03:17 +0100 |
---|---|---|
committer | Alex Bennée | 2021-02-18 09:19:23 +0100 |
commit | 4c134d07b9e584d2713d7b5d0fb5fdb752ad120c (patch) | |
tree | 58ea226370c08688ee4f7ad03b47c833b24c7454 /MAINTAINERS | |
parent | tests/plugin: expand insn test to detect duplicate instructions (diff) | |
download | qemu-4c134d07b9e584d2713d7b5d0fb5fdb752ad120c.tar.gz qemu-4c134d07b9e584d2713d7b5d0fb5fdb752ad120c.tar.xz qemu-4c134d07b9e584d2713d7b5d0fb5fdb752ad120c.zip |
tests/acceptance: add a new set of tests to exercise plugins
This is just a simple test to count the instructions executed by a
kernel. However a later test will detect a failure condition when
icount is enabled.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210213130325.14781-16-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 68ee271792..1d711e0cb8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2903,6 +2903,7 @@ S: Maintained F: docs/devel/tcg-plugins.rst F: plugins/ F: tests/plugin/ +F: tests/acceptance/tcg_plugins.py F: contrib/plugins/ AArch64 TCG target |