15.6. 保存虚拟机
你可以使用 virsh 来把虚拟机的当前状态保存到一个文件里:
virsh save [domain-name][domain-id | domain-uuid][filename]
This stops the virtual machine you specify and saves the data to a file, which may take some time given the amount of memory in use by your virtual machine. You can restore the state of the virtual machine with the
restore
option.