torture: Consistently name "qemu*" test output files
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 8 Jul 2021 22:35:42 +0000 (15:35 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Jul 2021 18:41:33 +0000 (11:41 -0700)
commit9e528a84c9f23154e74ed8c8cff128b643da5867
tree94f5dc97772cc5520df95205741745d4cf93e7cd
parent4567c76a8e45af6b5015b17ea1d1a62af1257cc4
torture: Consistently name "qemu*" test output files

There is "qemu-affinity", "qemu-cmd", "qemu-retval", but also "qemu_pid".
This is hard to remember, not so good for bash tab completion, and just
plain inconsistent.  This commit therefore renames the "qemu_pid" file to
"qemu-pid".  A couple of the scripts must deal with old runs, and thus
must handle both "qemu_pid" and "qemu-pid", but new runs will produce
"qemu-pid".

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