From 17825adfd9b635c5943752ba9788b4e227e2beac Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 26 Jun 2023 16:11:22 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20interm=C3=A9diaire=20USB=20dans=20l?= =?UTF-8?q?a=20commande=20QEMU=20de=20Windows=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- share/qemu/scripts/windows10 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qemu/scripts/windows10 b/share/qemu/scripts/windows10 index ea4bb8c..846d51b 100755 --- a/share/qemu/scripts/windows10 +++ b/share/qemu/scripts/windows10 @@ -5,6 +5,7 @@ cd "$(dirname "$realpath")/.." exec screen -S "QEMU : ${realname}" -d -m qemu-system-x86_64 \ -monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \ -bios /usr/share/edk2/x64/OVMF_CODE.fd \ + -usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \ -cpu host -smp "$(nproc)" \ -m 4G \ -drive "file=images/$(basename "$0").qcow2,if=virtio" \