You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Start work on implementing dynamic USB passthrough
* chore: Minor refactor, and actually call the guest listener setup in usbmanager
* Carry progress over from static passthrough implementation (#31)
* feat: start work on usb passthrough, fix z-index issue with x-menus
* feat: usb passthrough screen functional, implemented parsing to/from docker compose file
* feat: start work on communicating with qemu through qmp, refactor current usb logic
* feat: Finish QMPManager class
* feat: Finished QMP communications
There were also some logical problems like not checking whether the docker was running and calling a function multiple times this commit fixes
* feat: Get rid of edge-cases where the QMP connection init blocked the event loop
* feat: Fix USB hotplugging
* feat: Handle Docker Compose mismatch
co-authored by: @TibixDev
* feat: Prefer passing USB's to QEMU by hostdevice instead of VID/PID
---------
Co-authored-by: TibixDev <tibix@fhs.sh>
Co-authored-by: Tibix <fuloptibi03@gmail.com>
0 commit comments