1
0
Fork 0
forked from ahurac/dotfiles

Ajout : intermédiaire USB dans la commande QEMU de Windows 10

This commit is contained in:
Hippolyte Chauvin 2023-06-26 16:11:22 +02:00
parent 9b3b969c04
commit 17825adfd9

View file

@ -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" \