]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't block use of USB with containers
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 4 Feb 2014 16:21:12 +0000 (16:21 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 18 Feb 2014 16:38:11 +0000 (16:38 +0000)
commitda45c65c536a694e8da45c52c0fbc080efb1d069
tree8569964939cc448ad03928bd128bd4d0afbe1eb3
parenteb302c72e7209a700291af01aabab8eb9710ad82
Don't block use of USB with containers

virDomainDefCompatibleDevice blocks use of USB if no USB
controller is present. This is not correct for containers
since devices can be assigned directly regardless of any
controllers.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit 7a44af963ef75c487f874bc91613ad45e5b167e9)
src/conf/domain_conf.c