Ajout : intermédiaire USB dans la commande QEMU de Windows 10
This commit is contained in:
parent
9b3b969c04
commit
17825adfd9
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue