]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/tcg: move test plugins into tcg subdir
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 29 Jul 2024 14:44:09 +0000 (15:44 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 30 Jul 2024 10:44:18 +0000 (11:44 +0100)
commit1b4c136b782f22876bdd213d0034314001fcd5ce
tree79b34f089e216722b24949563cccfa5c1c19b838
parent6908e4a28bb1585e72ad33a3fb58d4e0c2ae4f35
tests/tcg: move test plugins into tcg subdir

You cannot use plugins without TCG enabled so it doesn't make sense to
have them separated off in the test directory structure. While we are
at it rename the directory to plugins to reflect the plural nature of
the directory and match up with contrib/plugins.

Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240729144414.830369-10-alex.bennee@linaro.org>
MAINTAINERS
tests/avocado/tcg_plugins.py
tests/meson.build
tests/tcg/Makefile.target
tests/tcg/plugins/bb.c [moved from tests/plugin/bb.c with 100% similarity]
tests/tcg/plugins/empty.c [moved from tests/plugin/empty.c with 100% similarity]
tests/tcg/plugins/inline.c [moved from tests/plugin/inline.c with 100% similarity]
tests/tcg/plugins/insn.c [moved from tests/plugin/insn.c with 100% similarity]
tests/tcg/plugins/mem.c [moved from tests/plugin/mem.c with 100% similarity]
tests/tcg/plugins/meson.build [moved from tests/plugin/meson.build with 70% similarity]
tests/tcg/plugins/syscall.c [moved from tests/plugin/syscall.c with 100% similarity]