cameron
asked May 09 2017
Answer
Its possible using below command.
# virsh suspend (VM-id or VM-name)
This will suspend guest, it means Disk usage and Network wil be kept shutoff whereas RAM memory will be consumed as such.
To revert back use virsh resume command.
jagannatharumugam
asked May 09 2017
edited Oct 05 2018
is it possible to suspend VMs in KVM
How can I suspend my running Virtual machine instead of shutting down.??