[pve-devel] applied-series: [PATCH v4 0/4] Fix #2343 Spice USB3 support
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Sep 23 07:51:10 CEST 2019
On 9/11/19 2:43 PM, Aaron Lauterer wrote:
> 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
>
applied, thanks!
I added also cfg2cmd test for this, as we have a "fake QEMU version"
mechanism there I added one with 4.1 as version to see the command effects
and ensuring it keeps stable.
> 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(-)
>
More information about the pve-devel
mailing list