torture: Add kvm-tranform.sh script for qemu-cmd files
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 16 Jun 2020 21:14:09 +0000 (14:14 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:01:45 +0000 (12:01 -0700)
commit06efa9b4b27f926eeb8c935f430f8557eb8b106e
treeec41f850cb4b90aee7324864bbb1b02505dacf79
parent9ccba350bd824ecacbfd8965f4f3ac980b96f951
torture: Add kvm-tranform.sh script for qemu-cmd files

This commit adds a script that transforms qemu-cmd files to allow them
and the corresponding kernels to be run in contexts other than the one
that they were created for, including on systems other than the one that
they were built on.  For example, this allows the build products from a
--buildonly run to be transformed to allow distributed rcutorture testing.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-transform.sh [new file with mode: 0755]