aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-08-25 08:28:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-08-25 08:28:43 +0200
commit3e9e5629e68cadcd6171c3e2d53024c66e2d9b63 (patch)
treea9f430848615c302d308b0a9cd78eb727b98ee9b
parenta205184ee0da1d819a5aada8c2d8640956ec4400 (diff)
Fix
-rwxr-xr-xtest-machine-m14
1 files changed, 4 insertions, 0 deletions
diff --git a/test-machine-m1 b/test-machine-m1
index fc4f7b1..4350aa5 100755
--- a/test-machine-m1
+++ b/test-machine-m1
@@ -5,6 +5,7 @@
# - Need QEMU 7 or later.
# - Expect to find QEMU_EFI.fd next to disk.img.
# - Replaced -usb (EHCI) with -device qemu-xhci (XHCI).
+# - Added virtio-gpu-pci (otherwise no graphical output).
# - Must run on either P or E cores (https://gitlab.com/qemu-project/qemu/-/issues/1002)
# - On M1 0-3 are E, 4-7 are P (lscpu, lscpu -e)
#
@@ -86,6 +87,9 @@ fi
-device qemu-xhci \
-device usb-tablet \
\
+ -device virtio-gpu-pci \
+ -display default,show-cursor=on \
+ \
-chardev stdio,id=qmp \
-mon chardev=qmp,mode=control,pretty=on \
\