aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-08-25 08:31:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-08-25 08:31:07 +0200
commitf48dadd3ee226c5a39875e8d68b29ea10b1dc9fe (patch)
tree33644a6b4e9c8c6816f0c9ec06b3b6925c7da2ab
parent3e9e5629e68cadcd6171c3e2d53024c66e2d9b63 (diff)
Fix
-rwxr-xr-xtest-machine-m13
1 files changed, 2 insertions, 1 deletions
diff --git a/test-machine-m1 b/test-machine-m1
index 4350aa5..9992d5f 100755
--- a/test-machine-m1
+++ b/test-machine-m1
@@ -5,7 +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).
+# - Added virtio-gpu-pci (otherwise no graphical output), added usb-kbd.
# - 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)
#
@@ -85,6 +85,7 @@ fi
-device "virtio-blk-pci,scsi=off,drive=disk0" \
\
-device qemu-xhci \
+ -device usb-kbd \
-device usb-tablet \
\
-device virtio-gpu-pci \