[virt-tools-list] [PATCH 3/4] Add --redirdev device

Cole Robinson crobinso at redhat.com
Tue Sep 13 14:35:15 UTC 2011


On 09/01/2011 09:21 PM, Marc-André Lureau wrote:
> Allows to add a redirected device.
> 
> USB redirection via TCP server:
> 
> --redirdev usb,type=tcp,server=host:port
> 
> Or over Spice:
> 
> --redirdev usb,type=spicevmc
> ---
>  man/en/virt-install.1         |   38 ++++++++++++++++++++++++++-----
>  man/en/virt-install.pod.in    |   28 +++++++++++++++++++++++
>  tests/clitest.py              |   28 +++++++++++++++++++++++
>  tests/xmlparse.py             |   18 +++++++++++++++
>  virt-install                  |    1 +
>  virtinst/Guest.py             |    1 +
>  virtinst/VirtualDevice.py     |    4 ++-
>  virtinst/VirtualHostDevice.py |    1 +
>  virtinst/__init__.py          |    4 ++-
>  virtinst/cli.py               |   49 +++++++++++++++++++++++++++++++++++++++++
>  10 files changed, 164 insertions(+), 8 deletions(-)
> 

Sorry for the review delay, but this seems to be missing the file for
VirtualRedirDev?

- Cole




More information about the virt-tools-list mailing list