qemu/tests/plugin
Richard Henderson ea185a557b tests/plugin: Remove duplicate insn log from libinsn.so
This is a perfectly natural occurrence for x86 "rep movb",
where the "rep" prefix forms a counted loop of the one insn.

During the tests/tcg/multiarch/memory test, this logging is
triggered over 350000 times.  Within the context of cross-i386-tci
build, which is already slow by nature, the logging is sufficient
to push the test into timeout.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-26 17:33:00 +02:00
..
bb.c tests/plugins/bb: adapt to the new arg passing scheme 2021-09-02 11:29:34 +01:00
empty.c tcg plugins: expose an API version concept 2019-11-12 14:32:55 +00:00
insn.c tests/plugin: Remove duplicate insn log from libinsn.so 2023-06-26 17:33:00 +02:00
mem.c tests/plugins/mem: introduce "track" arg and make args not positional 2021-09-02 11:29:34 +01:00
meson.build plugins: new syscalls plugin 2021-03-17 07:17:46 +00:00
syscall.c tests/plugin/syscall.c: fix compiler warnings 2021-11-29 15:13:22 +00:00