Commit 5ef20f87 authored by Paul E. McKenney's avatar Paul E. McKenney

rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments

Because recent testing shows that "-soundhw pcspkr" is no longer required
in the kernel boot arguments, this commit drops this qemu argument.
Reported-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent d5e95373
......@@ -171,7 +171,6 @@ identify_qemu_append () {
identify_qemu_args () {
case "$1" in
qemu-system-x86_64|qemu-system-i386)
echo -soundhw pcspk
;;
qemu-system-ppc64)
echo -enable-kvm -M pseries -nodefaults
......
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