redirdev: allows to specify device address

It is important to be able to attach USB redirected devices to a
particular controller (one that supports USB2 for instance).
Without this patch, only the default bus was used.

     <redirdev bus='usb' type='spicevmc'>
       <address type='usb' bus='0' port='4'/>
     </redirdev>
This commit is contained in:
Marc-André Lureau
2011-09-06 15:12:52 +08:00
committed by Daniel Veillard
parent 59e22b7258
commit 2e0dbaad9b
5 changed files with 32 additions and 7 deletions
+3
View File
@@ -2008,6 +2008,9 @@
<ref name="qemucdevSrcTypeChoice"/>
</attribute>
<ref name="qemucdevSrcDef"/>
<optional>
<ref name="address"/>
</optional>
</element>
</define>
<define name="hostdev">