]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/plugin: Remove duplicate insn log from libinsn.so
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 10 Jun 2023 17:19:59 +0000 (10:19 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jun 2023 15:33:00 +0000 (17:33 +0200)
commitea185a557bc97868f3729060ea1cd003dbd971d1
tree8e38e8805abf4501f1a119a0354e42b5f2d91975
parent1d3daf95254d998b91445c48de875796df3b0998
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>
tests/plugin/insn.c
tests/tcg/i386/Makefile.softmmu-target
tests/tcg/i386/Makefile.target
tests/tcg/x86_64/Makefile.softmmu-target