]> Git Repo - linux.git/commitdiff
torture: Remove duplicated argument -enable-kvm for ppc64
authorZhouyi Zhou <[email protected]>
Sun, 26 Mar 2023 00:24:34 +0000 (08:24 +0800)
committerPaul E. McKenney <[email protected]>
Mon, 15 May 2023 19:23:59 +0000 (12:23 -0700)
The qemu argument -enable-kvm is duplicated because the qemu_args bash
variable in kvm-test-1-run.sh already provides it.  This commit therefore
removes the ppc64-specific copy in functions.sh.

Signed-off-by: Zhouyi Zhou <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Joel Fernandes (Google) <[email protected]>
tools/testing/selftests/rcutorture/bin/functions.sh

index b52d5069563c69135f298b2dd9af35d5aceaf9aa..48b9147e8c9107303eb8421a761854881f9813ae 100644 (file)
@@ -250,7 +250,7 @@ identify_qemu_args () {
                echo -machine virt,gic-version=host -cpu host
                ;;
        qemu-system-ppc64)
-               echo -enable-kvm -M pseries -nodefaults
+               echo -M pseries -nodefaults
                echo -device spapr-vscsi
                if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$TORTURE_QEMU_MAC"
                then
This page took 0.059365 seconds and 4 git commands to generate.