[pve-devel] [PATCH v4 0/4] Fix #2343 Spice USB3 support

Aaron Lauterer a.lauterer at proxmox.com
Wed Sep 11 14:43:30 CEST 2019


This patch series enables USB3 for the passthrough / redirection of USB
devices via the Spice client.

v3 -> v4:
* cleanup of redundant if condition
* avoiding cyclic module dependency from USB.pm to QemuServer.pm
* fixing regex check for migration to match if spice is at beginning
  alone or with a following comma. Thanks Thomas for pointing out how to
  make it future proof

v2 -> v3:
* don't modify current behavior
* fix local resource check
* fix and cleanup GUI code

v1 -> v2:
* no qemu version checks
* fix local resource check on migration
* add GUI support

Aaron Lauterer (4):

qemu-server:
  usb: Cleanup redundant if condition
  usb: Add USB3 capabilities to Spice USB devices
  usb: Fix local resource check of Spice USB devices

 PVE/QemuServer.pm     |  7 +++++--
 PVE/QemuServer/USB.pm | 11 +++++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

pve-manager:
  usb: Enable USB3 for Spice USB passthrough

 www/manager6/qemu/USBEdit.js | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
-- 
2.20.1





More information about the pve-devel mailing list