]> git.proxmox.com Git - qemu-server.git/commitdiff
followup: fix usb3 description, SPICE is OK now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Sep 2019 08:25:01 +0000 (10:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Sep 2019 08:25:01 +0000 (10:25 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 33bf966737ab2748f68c97fccf42181f3d57a6f0..ad6902f3c6e129824436fe7fc483a383b361a5f5 100644 (file)
@@ -1319,7 +1319,7 @@ EODESCR
     usb3 => {
        optional => 1,
        type => 'boolean',
-       description => "Specifies whether if given host option is a USB3 device or port (this does currently not work reliably with spice redirection and is then ignored).",
+       description => "Specifies whether if given host option is a USB3 device or port.",
         default => 0,
     },
 };