]> git.baikalelectronics.ru Git - kernel.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)
commitcc83440182a0e19ceb9269eaba3a3d16db9bff59
tree0f90ada64b3707817ea1f1da6d4966df3724919e
parent3b44db734e8c29be3d0248cd870e5ed6bfa86848
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