Commit d5e95373 authored by Boqun Feng's avatar Boqun Feng Committed by Paul E. McKenney

rcutorture: Don't specify the cpu type of QEMU on PPC

Do not restrict the cpu type to POWER7 for QEMU as we have POWER8 now.
Signed-off-by: default avatarBoqun Feng <boqun.feng@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 1b2f48f2
...@@ -174,7 +174,7 @@ identify_qemu_args () { ...@@ -174,7 +174,7 @@ identify_qemu_args () {
echo -soundhw pcspk echo -soundhw pcspk
;; ;;
qemu-system-ppc64) qemu-system-ppc64)
echo -enable-kvm -M pseries -cpu POWER7 -nodefaults echo -enable-kvm -M pseries -nodefaults
echo -device spapr-vscsi echo -device spapr-vscsi
if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$TORTURE_QEMU_MAC" if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$TORTURE_QEMU_MAC"
then then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment