前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SPICE 协议 USB 重定向

SPICE 协议 USB 重定向

作者头像
zhengzongwei
发布2019-07-30 20:00:50
1.5K0
发布2019-07-30 20:00:50
举报
文章被收录于专栏:Python | BlogPython | Blog

版权声明:Copyright © https://cloud.tencent.com/developer/article/1476324

SPICE 协议 USB 重定向

用SPICE协议来进行USB透传的介绍,在SPICE官网上有:Spice 官网

kvm xml配置

代码语言:javascript
复制
<device>
<controller type='usb' index='0' model='ich9-ehci1'/>
<controller type='usb' index='0' model='ich9-uhci1'>
    <master startport='0'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci2'>
    <master startport='2'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci3'>
    <master startport='4'/>
</controller>
<redirdev bus='usb' type='spicevmc'/>
<redirdev bus='usb' type='spicevmc'/>
<redirdev bus='usb' type='spicevmc'/>
<redirdev bus='usb' type='spicevmc'/>
</device>

remote viewer

代码语言:javascript
复制
使用 usb重定向 

virt-viewer 版本为6.0/7.0 时 在主机上(打开remote viewer 的机器上)安装usbdk软件可解决识别不了U盘的问题

virt-viewer 8.0 自带识别USB 但是目前有问题,待解决

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019年06月03日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • SPICE 协议 USB 重定向
    • kvm xml配置
      • remote viewer
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档