15.4. 挂起虚拟机
你可以使用 virsh 来挂起某个域:
virsh suspend [domain-id | domain-name |domain-uuid]
When a domain is in a suspended state, it still consumes system RAM. There will also be no disk or network I/O when suspended. This operation is immediate and the virtual machine must be restarted with the
resume
option.