dangle / akeydo

A systemd service that sends a D-Bus signal when the QEMU evdev hotkey is triggered.
MIT License
41 stars 0 forks source link

Manage single-GPU passthrough #11

Closed dangle closed 3 years ago

dangle commented 3 years ago

This may be too complicated, but it seems like we should be able to detect if a VM requests the currently active GPU and if it is the only GPU, unload modules and shutdown the display manager / X / Wayland and then start it up again when the VM shuts down.

dangle commented 3 years ago

Done. More investigation needs to be done into multi-GPU passthrough when including the boot GPU.