From f4e0c45084aa00a5cd2a3bb090b028c01ed731c8 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 5 Mar 2023 09:32:36 +0100 Subject: debvm-run: always use virtio input devices for graphical mode These clearly benefit the amd64 case as well. Experience with the virtio gpu is not as clear cut as it may crash qemu. --- bin/debvm-run | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/debvm-run b/bin/debvm-run index 77f2f3b..cc82fe1 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -363,11 +363,13 @@ else set -- \ -device virtio-gpu-gl-pci \ -display gtk,gl=on \ - -device virtio-keyboard-pci \ - -device virtio-tablet-pci \ "$@" ;; esac + set -- \ + -device virtio-keyboard-pci \ + -device virtio-tablet-pci \ + "$@" fi if test -n "$SSHPORT"; then -- cgit v1.2.3