feat: quickemu link

This commit is contained in:
ange 2024-02-28 18:13:34 +01:00
parent 2b543fbff6
commit aca9cb6bde
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -6,8 +6,12 @@ To start (or create) a VM, go in the desired folder and run
$ ./run.sh $ ./run.sh
``` ```
## USB Passthrough ## USB passthrough
If you need USB passthrough, uncomment and fill in the corresponding line in If you need USB passthrough, uncomment and fill in the corresponding line in
`run.sh`. `run.sh`.
[You may need root privileges](https://wiki.archlinux.org/title/QEMU#Pass-through_host_USB_device). [You may need root privileges](https://wiki.archlinux.org/title/QEMU#Pass-through_host_USB_device).
## See also
<https://github.com/quickemu-project/quickemu>