Commit 588e35ce by Guba Sándor

adding restore function

parent 7e4c2121
......@@ -142,6 +142,13 @@ def save(name, path):
@req_connection
def restore(path):
'''Restore a saved virtual machine
from the memory image stored at path.'''
connection.restore(path)
@req_connection
def resume(name):
'''Resume stopped virtual machines.
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment