mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 09:23:23 +00:00
![]() same as with the extended support for more usb devices, allow hotplugging for guests that can use the qemu-xhci controller which require a machine type >= 7.1 and a ostype l26 or windows > 7 if no usb device was passed through on startup, dynamically add the xhci controller (and remove if the last usb device is unplugged) so that live migration is still possible much of the usb hotplug code was already there, but it still needed a few adaptions, for example we have to add a chardev when adding a spice redir port (that gets automatically removed when the usb-redir device gets removed) since the spice devices use the id 'usbredirdevX' instead of 'usbX', we have to manually map that a bit around Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
API2 | ||
CLI | ||
QemuServer | ||
VZDump | ||
Makefile | ||
QemuConfig.pm | ||
QemuMigrate.pm | ||
QemuServer.pm | ||
QMPClient.pm |