summaryrefslogtreecommitdiffstats
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
authorDave Allan <dallan@redhat.com>2010-06-10 20:53:59 +0000
committerDave Allan <dallan@redhat.com>2010-06-10 20:53:59 +0000
commite577043fd03c79e2755bf9d13f7117c170ce203c (patch)
treea5376fbd365dbd90d513896d3f21563ee7e9ca7c /libvirt-override-api.xml
parenta169123ed60bbb8aa9adb9640525f2df54da32ca (diff)
downloadlibvirt-python-v6-e577043fd03c79e2755bf9d13f7117c170ce203c.tar.gz
libvirt-python-v6-e577043fd03c79e2755bf9d13f7117c170ce203c.tar.xz
libvirt-python-v6-e577043fd03c79e2755bf9d13f7117c170ce203c.zip
- Ensure virtio serial has stable addressing - Resolves: rhbz#586665 - SELinux socket labelling on QEMU monitor socket for MLS - Resolves: rhbz#593739 - Fix enumeration of partitions in disks with a trailing digit in path - Resolves: rhbz#593785 - Enable probing of VPC disk format type - Resolves: rhbz#597981 - Delete UNIX domain sockets upon daemon shutdown - Resolves: rhbz#598163 - Fix Migration failure 'canonical hostname pointed to localhost' - Resolves: rhbz#589864 - Fix up the python bindings for snapshotting - Resolves: rhbz#591839 - Sanitize pool target paths - Resolves: rhbz#593565 - Prevent host network conflicts - Resolves: rhbz#594494 - Support 802.1Qbg and bh (vnlink/VEPA) (refresh) - Resolves: rhbz#590110
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r--libvirt-override-api.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml
index 9ba8e4e..be28b40 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -277,5 +277,12 @@
<arg name='flags' type='unsigned int' info='flags, curently unused'/>
<return type='str *' info='the list of Names of None in case of error'/>
</function>
+ <function name='virDomainRevertToSnapshot' file='python'>
+ <info>revert the domain to the given snapshot</info>
+ <arg name='dom' type='virDomainPtr' info='dummy domain pointer'/>
+ <arg name='snap' type='virDomainSnapshotPtr' info='pointer to the snapshot'/>
+ <arg name='flags' type='unsigned int' info='flags, curently unused'/>
+ <return type='int' info="0 on success, -1 on error"/>
+ </function>
</symbols>
</api>