Skip to content

Commit 93a556b

Browse files
committed
torture: Switch qemu from -nographic to -display none
This commit switches the qemu argument "-nographic" to "-display none", aligning with the nolibc tests. Cc: Willy Tarreau <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent ecf671c commit 93a556b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#
1010
# Usage: kvm-test-1-run.sh config resdir seconds qemu-args boot_args_in
1111
#
12-
# qemu-args defaults to "-enable-kvm -nographic -no-reboot", along with
13-
# arguments specifying the number of CPUs and
14-
# other options generated from the underlying
12+
# qemu-args defaults to "-enable-kvm -display none -no-reboot", along
13+
# with arguments specifying the number of CPUs
14+
# and other options generated from the underlying
1515
# CPU architecture.
1616
# boot_args_in defaults to value returned by the per_version_boot_params
1717
# shell function.
@@ -140,7 +140,7 @@ then
140140
fi
141141

142142
# Generate -smp qemu argument.
143-
qemu_args="-enable-kvm -nographic -no-reboot $qemu_args"
143+
qemu_args="-enable-kvm -display none -no-reboot $qemu_args"
144144
cpu_count=`configNR_CPUS.sh $resdir/ConfigFragment`
145145
cpu_count=`configfrag_boot_cpus "$boot_args_in" "$config_template" "$cpu_count"`
146146
if test "$cpu_count" -gt "$TORTURE_ALLOTED_CPUS"

0 commit comments

Comments
 (0)