Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 9090b1e

Browse files
committed
driver: replace qemu -nographic option with better alternative
1 parent 0a307bd commit 9090b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ boot_qemu() {
297297
qemu=( timeout 2m unbuffer "${qemu}"
298298
-m "${qemu_ram:=512m}"
299299
"${qemu_cmdline[@]}"
300-
-nographic
300+
-display none -serial mon:stdio
301301
-kernel "${kernel_image}" )
302302
# For arm64, we want to test booting at both EL1 and EL2
303303
if [[ ${ARCH} = "arm64" ]]; then

0 commit comments

Comments
 (0)