qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] db2de8: tests/plugin: Remove duplicate insn l


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] db2de8: tests/plugin: Remove duplicate insn log from libin...
Date: Sat, 10 Jun 2023 09:38:25 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: db2de82501b616f6dd80100f005745cf2507fe5c
      
https://github.com/qemu/qemu/commit/db2de82501b616f6dd80100f005745cf2507fe5c
  Author: Richard Henderson <richard.henderson@linaro.org>
  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 <richard.henderson@linaro.org>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]