mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-06 03:02:20 +00:00
![]() similar to how we handle the PCI module and format. This makes the 'verify_usb_device' method and format unnecessary since we simply check the format with a regex. while doing tihs, i noticed that we don't correctly check for the case-insensitive variant for 'spice' during hotplug, so fix that too With this we can also remove some parameters from the get_usb_devices and get_usb_controllers functions while were at it, refactor the permission checks for the usb config too and use the new 'my sub' style for the functions also make print_usbdevice_full parse the device itself, so we don't have to do it in multiple places (especially in places where we don't see that this is needed) No functional change intended Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Tested-By: Markus Frank <m.frank@proxmox.com> |
||
---|---|---|
.. | ||
Qemu | ||
Makefile | ||
Qemu.pm |