mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Use USB3 qemu-xhci
8 ports assigned all are USB2 and USB3 capable.
This commit is contained in:
parent
8e214447e8
commit
8bacffc65b
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -231,7 +231,7 @@ function vm_boot() {
|
||||||
-serial mon:stdio \
|
-serial mon:stdio \
|
||||||
-audiodev pa,id=pa,server=unix:$XDG_RUNTIME_DIR/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
|
-audiodev pa,id=pa,server=unix:$XDG_RUNTIME_DIR/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
|
||||||
-device intel-hda -device hda-duplex,audiodev=pa \
|
-device intel-hda -device hda-duplex,audiodev=pa \
|
||||||
-usb -device usb-kbd -device usb-tablet \
|
-device qemu-xhci,id=xhci,p2=8,p3=8 -device usb-kbd -device usb-tablet \
|
||||||
-object rng-random,id=rng0,filename=/dev/urandom \
|
-object rng-random,id=rng0,filename=/dev/urandom \
|
||||||
-device virtio-rng-pci,rng=rng0 \
|
-device virtio-rng-pci,rng=rng0 \
|
||||||
-device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \
|
-device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \
|
||||||
|
|
Loading…
Reference in a new issue