]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
plugins/lockstep: mention the one-insn-per-tb option
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 08:40:32 +0000 (09:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 11:34:48 +0000 (12:34 +0100)
This really helps with lockstep although its super slow on big jobs.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-26-alex.bennee@linaro.org>

contrib/plugins/lockstep.c

index 8b90b37f670130616463255a7fbc7f23fb36ac78..1765fd6c36a107dfd6e22503a0a73066e711ccec 100644 (file)
@@ -14,7 +14,8 @@
  * particular run may execute the exact same sequence of blocks. An
  * asynchronous event (for example X11 graphics update) may cause a
  * block to end early and a new partial block to start. This means
- * serial only test cases are a better bet. -d nochain may also help.
+ * serial only test cases are a better bet. -d nochain may also help
+ * as well as -accel tcg,one-insn-per-tb=on
  *
  * This code is not thread safe!
  *