torture: Consolidate qemu-cmd duration editing into kvm-transform.sh
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Feb 2021 22:33:03 +0000 (14:33 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Mar 2021 15:29:21 +0000 (08:29 -0700)
commita1ab2e89f36d678512a50cbebf6afc4201f41a31
tree12863cc86a72395623529595a57013c753c09cb4
parent03edf700db335b9375c18310d59d0a0ab6c850df
torture: Consolidate qemu-cmd duration editing into kvm-transform.sh

Currently, kvm-again.sh updates the duration in the "seconds=" comment
in the qemu-cmd file, but kvm-transform.sh updates the duration in the
actual qemu command arguments.  This is an accident waiting to happen.

This commit therefore consolidates these updates into kvm-transform.sh.

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