View Ticket
Not logged in
2015-12-22
08:55 Closed ticket [802f69a37b]: Restore snapshot if found on start plus 5 other changes artifact: 4a08a2688a user: vitus
08:54 Closed ticket [04513cf080]: If saved vm state is found upon start, restore it. plus 4 other changes artifact: 3e5985e2a5 user: vitus
08:54
Implemented restoration of saved VM state upon start. Fixes [04513cf080] check-in: de32d3e822 user: vitus tags: trunk
2015-12-18
11:56 Closed ticket [05b384a169]: Restore snapshot if found on start plus 5 other changes artifact: 6423a654a9 user: vitus
11:51 New ticket [04513cf080] If saved vm state is found upon start, restore it.. artifact: fd0b16e7b5 user: vitus

Ticket Hash: 04513cf08039fe3bc62ee94e09dc73ec1b688d0c
Title: If saved vm state is found upon start, restore it.
Status: Closed Type: Feature_Request
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2015-12-22 08:54:48
Version Found In: 0.3
User Comments:
vitus added on 2015-12-18 11:51:15:

IF qemu-img

snapshot -l
lists any snapshot in the first VM drive, add
-loadvm snapshot_id
option to QEMU command line, and issue
delvm snapshot_id
in the monitor after vm is started.