From c40c5f0cfc3ef80109cef181e9926e02efdf8333 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 12 May 2022 10:46:34 +0200 Subject: Add an override impl for virDomainRestoreParams and virDomainSaveParams Signed-off-by: Michal Privoznik --- libvirt-override-api.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 1ba184c..7696eb6 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -852,5 +852,19 @@ + + This method will suspend a domain and save its memory contents to a file on disk. + + + + + + + This method will restore a domain saved to disk. + + + + + -- cgit v1.2.1