Bug 1177237
Summary: | redirfilter with version='1.1' allows a USB 3.0 device | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | lcheng |
Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | dyuan, honzhang, pzhang, rbalakri, shyu, zhwang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.14-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 06:05:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
lcheng
2014-12-25 10:09:15 UTC
The 'version' field refers to the revision of the device (bcdDevice in lsusb output), not the revision of the USB protocol (bcdUSB). Its documentation does not seem clear to me, I've sent a patch to improve it: https://www.redhat.com/archives/libvir-list/2015-March/msg00620.html Pushed upstream: commit 76a2a5ce8ba319c63e5c5572d41d768a48d371b5 Author: Ján Tomko <jtomko> CommitDate: 2015-03-13 14:05:02 +0100 Clarify the meaning of version in redirdev filters The version attribute in redirdev filters refers to the revision of the device, not the version of the USB protocol. Explicitly state that this is not the USB protocol and remove references to those round version numbers that resemble USB protocol versions. https://bugzilla.redhat.com/show_bug.cgi?id=1177237 git describe: v1.2.13-155-g76a2a5c Verify version : libvirt-1.2.15-2.el7.x86_64 steps : 1.yum install all libvirt-1.2.15-2.el7 packets 2.check in formatdomain.html # firefox /usr/share/doc/libvirt-docs-1.2.15/html/formatdomain.html and http://libvirt.org/formatdomain.html#elementsRedir ...... <usbdev class='0x08' vendor='0x1234' product='0xbeef' version='2.56' allow='yes'/> ...... redirfilter ......version is the device revision from the bcdDevice field (not the version of the USB protocol). ...... It has a clear documentation now . move to verified . Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2202.html |