Kvmvirsh list --all #查看所有虚拟机virsh start kvm_name #启动虚拟机virsh shutdown kvm_name #关闭虚拟机virsh destroy kvm_name #销毁虚拟机virsh undefine kvm_name #删除虚拟机配置virt-manager -c 'qemu+ssh://nas/system?socket=/var/run/libvirt/libvirt-sock'virt-viewer -c 'qemu+ssh://nas/system?socket=/var/run/libvirt/libvirt-sock'