From: Alex Bennée Date: Fri, 5 Jul 2024 08:40:32 +0000 (+0100) Subject: plugins/lockstep: mention the one-insn-per-tb option X-Git-Tag: qemu-xen-4.20.0~85^2~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=13167b5fe93c2faa91aa08f91353b066423b5ec3;p=qemu-xen.git plugins/lockstep: mention the one-insn-per-tb option This really helps with lockstep although its super slow on big jobs. Reviewed-by: Manos Pitsidianakis Signed-off-by: Alex Bennée Message-Id: <20240705084047.857176-26-alex.bennee@linaro.org> --- diff --git a/contrib/plugins/lockstep.c b/contrib/plugins/lockstep.c index 8b90b37f67..1765fd6c36 100644 --- a/contrib/plugins/lockstep.c +++ b/contrib/plugins/lockstep.c @@ -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! *