torture: Prepare for splitting qemu execution from kvm-test-1-run.sh
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 18 Nov 2020 00:28:18 +0000 (16:28 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 4 Jan 2021 22:01:19 +0000 (14:01 -0800)
commit315957cad445aa80e567983a43d9bb2a24a8534d
treea0b9c64c0664833ae31c24ed35f0b7aef8ecfb6d
parentbc4073587067f2128b422f260fedd9fe0a8f7c4e
torture: Prepare for splitting qemu execution from kvm-test-1-run.sh

Distributed execution of rcutorture is eased if the qemu execution can
be split from the building of the kernel, as this allows target systems
to be used that are not set up to build kernels.  It also avoids issues
with toolchain version skew across the cluster, aside of course from
qemu and KVM version skew.

This commit therefore records needed data as comments in the qemu-cmd file
and moves recording of the starting time to just before qemu is launched.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh