]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
torture: Add "-enable-kvm -soundhw pcspk" to qemu command line
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 11 Dec 2014 01:43:58 +0000 (17:43 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Jan 2015 03:08:04 +0000 (19:08 -0800)
commit16c77ea7d0f4a74e49009aa2d26c275f7f93de7c
tree0f90ada64b3707817ea1f1da6d4966df3724919e
parent94162c8daa839bd0de791f66d754a880e2787c82
torture: Add "-enable-kvm -soundhw pcspk" to qemu command line

More recent qemu implementations really want "-enable-kvm", and the
"-soundhw pcspk" makes the script a bit less dependent on odd audio
libraries being installed.  This commit therefore adds both to the
default qemu command line.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh