Comment 2 for bug 1097824

Revision history for this message
Andres Lagar-Cavilla (andreslc-x) wrote :

With the above patch:
# virsh list
 Id Name State
----------------------------------------------------
 1 instance-00000022 running

# virsh qemu-monitor-command 1 '{"execute":"stop"}'
{"return":{},"id":"libvirt-12"}

# virsh list
 Id Name State
----------------------------------------------------
 1 instance-00000022 paused

# virsh qemu-monitor-command 1 '{"execute":"cont"}'
{"return":{},"id":"libvirt-13"}

# virsh list
 Id Name State
----------------------------------------------------
 1 instance-00000022 running