(1) 查看正在运行的虚拟机root@kvm:~# virsh list Id Name State ---------------------------------------------------- 11 kvm1 running(2)把配置文件输出到标准输出root@kvm:~# virsh dumpxml kvm1 输出:...
If you're trying to get to the console, you can either use virt-viewer for the graphical console or attach to a serial TTY (as Carlos mentioned) with the "virsh console" command.
Assuming your vm is n...