virt-viewer 连kvm 虚机

# yum install virt-viewer

[root@666 cfplace]# virsh list --all
 Id    Name                           State
----------------------------------------------------
 2     c01                            running
 -     c02                            shut off
 -     c03                            shut off
 -     c70                            shut off
 -     w7                             shut off
 -     win7                           shut off

[root@666 cfplace]# virt-viewer -c qemu:///system c01
#ctrl+alt切换鼠标
原文地址:https://www.cnblogs.com/bass6/p/7993092.html