]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/plugin: add sample plugins
authorEmilio G. Cota <cota@braap.org>
Thu, 25 Oct 2018 16:57:04 +0000 (12:57 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
commit671f760b93ba4b0f5e5c84986b63c9b153509ecf
tree87ab5c634ea89eeddc6881b5072b2d62a00bba02
parentf308f64e760abfaa1cf343a3a213951aacba6d26
tests/plugin: add sample plugins

Pass arguments with -plugin=libfoo.so,arg=bar,arg=baz

Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
configure
tests/plugin/Makefile [new file with mode: 0644]
tests/plugin/bb.c [new file with mode: 0644]
tests/plugin/empty.c [new file with mode: 0644]
tests/plugin/insn.c [new file with mode: 0644]
tests/plugin/mem.c [new file with mode: 0644]