mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
4d91ad1c59
Make it obvious that the domainsnapshotxml2xml test is only run when compiling in support for qemu. Suggested-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com> Acked-by: Peter Krempa <pkrempa@redhat.com>
11 lines
237 B
XML
11 lines
237 B
XML
<domainsnapshot>
|
|
<name>asdf</name>
|
|
<description>adsf</description>
|
|
<disks>
|
|
<disk name='vda' snapshot='external'>
|
|
<source file='/tmp/foo' startupPolicy='optional'/>
|
|
<driver/>
|
|
</disk>
|
|
</disks>
|
|
</domainsnapshot>
|