[libvirt PATCH 01/20] libvirt_private: list virDomainMomentDefPostParse

Pavel Hrdina posted 20 patches 1 year, 5 months ago
There is a newer version of this series
[libvirt PATCH 01/20] libvirt_private: list virDomainMomentDefPostParse
Posted by Pavel Hrdina 1 year, 5 months ago
We will need to call this function from qemu_snapshot when introducing
external snapshot revert support.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 src/libvirt_private.syms | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 6f44788233..245f258df4 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -809,6 +809,10 @@ virInterfaceDefParseString;
 virInterfaceDefParseXML;
 
 
+# conf/moment_conf.h
+virDomainMomentDefPostParse;
+
+
 # conf/netdev_bandwidth_conf.h
 virDomainClearNetBandwidth;
 virNetDevBandwidthFormat;
-- 
2.39.2
Re: [libvirt PATCH 01/20] libvirt_private: list virDomainMomentDefPostParse
Posted by Peter Krempa 1 year, 5 months ago
On Mon, Mar 13, 2023 at 16:42:02 +0100, Pavel Hrdina wrote:
> We will need to call this function from qemu_snapshot when introducing
> external snapshot revert support.
> 
> Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> ---
>  src/libvirt_private.syms | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>