rcutorture: Don't specify the cpu type of QEMU on PPC
authorBoqun Feng <boqun.feng@gmail.com>
Thu, 19 May 2016 03:42:24 +0000 (11:42 +0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 14 Jun 2016 23:03:30 +0000 (16:03 -0700)
Do not restrict the cpu type to POWER7 for QEMU as we have POWER8 now.

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/functions.sh

index 77fdb46cc65a4a4b1f6e8a358ed5249e66dd4173..56ac202859ebc8c9e55c1cd2497a3a3ae226141e 100644 (file)
@@ -174,7 +174,7 @@ identify_qemu_args () {
                echo -soundhw pcspk
                ;;
        qemu-system-ppc64)
-               echo -enable-kvm -M pseries -cpu POWER7 -nodefaults
+               echo -enable-kvm -M pseries -nodefaults
                echo -device spapr-vscsi
                if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$TORTURE_QEMU_MAC"
                then
This page took 0.026288 seconds and 5 git commands to generate.