Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: db2de82501b616f6dd80100f005745cf2507fe5c
      
https://github.com/qemu/qemu/commit/db2de82501b616f6dd80100f005745cf2507fe5c
  Author: Richard Henderson <[email protected]>
  Date:   2023-06-10 (Sat, 10 Jun 2023)

  Changed paths:
    M tests/plugin/insn.c

  Log Message:
  -----------
  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 <[email protected]>



Reply via email to