37 lines
1.6 KiB
Diff
37 lines
1.6 KiB
Diff
From b8b8276707d6bf8cba80f4f6359731f23db73ba6 Mon Sep 17 00:00:00 2001
|
|
From: jipengfei <jipengfei_yewu@cmss.chinamobile.com>
|
|
Date: Thu, 24 Nov 2022 18:03:56 +0800
|
|
Subject: [PATCH 22/23] virDomainCheckpointCreateXML: Don't use HTML in
|
|
function docs and fix link
|
|
|
|
cherry-pick from 35fc11139ec9f077a30e1c8b97effc28f8822e9b
|
|
|
|
Fix the link target after the conversion of the XML description to RST
|
|
which renamed anchors and drop the <a> tag from the C code comment.
|
|
Apart from not working properly in the .c file it didn't work in the
|
|
generated docs either as the brackets were escaped.
|
|
|
|
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
|
|
Signed-off-by: jipengfei <jipengfei_yewu@cmss.chinamobile.com>
|
|
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
|
|
---
|
|
src/libvirt-domain-checkpoint.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/libvirt-domain-checkpoint.c b/src/libvirt-domain-checkpoint.c
|
|
index 432c2d5a52..64bf5b323b 100644
|
|
--- a/src/libvirt-domain-checkpoint.c
|
|
+++ b/src/libvirt-domain-checkpoint.c
|
|
@@ -108,7 +108,7 @@ virDomainCheckpointGetConnect(virDomainCheckpointPtr checkpoint)
|
|
* kicking off a backup job with virDomainBackupBegin(); however, it
|
|
* is also possible to start a checkpoint without a backup.
|
|
*
|
|
- * See <a href="formatcheckpoint.html#CheckpointAttributes">Checkpoint XML</a>
|
|
+ * See https://www.libvirt.org/formatcheckpoint.html#checkpoint-xml
|
|
* for more details on @xmlDesc. In particular, some hypervisors may require
|
|
* particular disk formats, such as qcow2, in order to support this
|
|
* command; where @xmlDesc can be used to limit the checkpoint to a working
|
|
--
|
|
2.27.0
|
|
|