Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
vmdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
588e35ce
authored
Aug 13, 2013
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding restore function
parent
7e4c2121
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
vmdriver.py
+7
-0
No files found.
vmdriver.py
View file @
588e35ce
...
...
@@ -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.
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment