]> xenbits.xensource.com Git - 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>
Mon, 17 Feb 2014 15:11:06 +0000 (15:11 +0000)
commit7a44af963ef75c487f874bc91613ad45e5b167e9
tree63193bb0df48d1838fa44d9f6737163b3d669c70
parent3b2c2794496e3e83187e8e2f0435ca2a003f2f1d
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>
src/conf/domain_conf.c