Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- src/conf/domain_conf.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index db02005f5b..fa50b6f000 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -23716,6 +23716,18 @@ virDomainDiskSourceFormatPrivateData(virBufferPtr buf, } +/** + * virDomainDiskSourceFormat: + * @buf: output buffer + * @src: storage source definition to format + * @policy: startup policy attribute value, if necessary + * @attrIndex: the 'index' attribute of <source> is formatted if true + * @flags: XML formatter flags + * @xmlopt: XML formatter callbacks + * + * Formats @src into a <source> element. Note that this doesn't format the + * 'type' and 'format' properties of @src. + */ int virDomainDiskSourceFormat(virBufferPtr buf, virStorageSourcePtr src, -- 2.20.1 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list