mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
11 lines
282 B
XML
11 lines
282 B
XML
|
<domainsnapshot>
|
||
|
<name>my snap name</name>
|
||
|
<description>!@#$%^</description>
|
||
|
<state>running</state>
|
||
|
<memory snapshot='external' file='/dev/HostVG/GuestMemory'/>
|
||
|
<parent>
|
||
|
<name>earlier_snap</name>
|
||
|
</parent>
|
||
|
<creationTime>1272917631</creationTime>
|
||
|
</domainsnapshot>
|