commit | 311373afafa5d34df56e3b13e87209e45cdc85d7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Feb 23 14:33:03 2021 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Feb 23 14:33:03 2021 -0800 |
tree | 6bd0388403a7dbf9cd6bb8d2bf4f7dc14f36a1c5 | |
parent | 89d986b027a201a525704779a39e337e7ff29bfb [diff] |
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>