rcutorture: Make -soundhw a x86 specific option
authorBoqun Feng <boqun.feng@gmail.com>
Thu, 19 May 2016 03:42:23 +0000 (11:42 +0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 14 Jun 2016 23:03:29 +0000 (16:03 -0700)
commit1b2f48f29e5507a15c1fa8264362d30c02607dcd
tree5bd2d0e25f8345bf1f708f2b3f15678700d8aafc
parent1b900c6a26de26e111617d6b69b64aaee7b9de01
rcutorture: Make -soundhw a x86 specific option

The option "-soundhw pcspk" gives me a error on PPC as follow:

qemu-system-ppc64: ISA bus not available for pcspk

This means this option doesn't work on ppc by default. So simply make
this an x86-specific option via identify_qemu_args().

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
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
This page took 0.026834 seconds and 5 git commands to generate.