[libvirt] [PATCH 0/3] Fix docs/news.xml template structure and add new features

This patchset will fix docs/news.xml template structure which is broken by commit b7e779c1a51793 and add support for managedsave-define, managedsave-edit and managedsave-dumpxml commands. Kothapally Madhu Pavan (3): doc: Fix docs/news.xml template structure doc: Document managedsave-define and managedsave-edit support doc: Document managedsave-dumpxml support docs/news.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) -- 1.8.3.1

Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index 05152b8..088966d 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,8 +35,8 @@ <libvirt> <release version="v3.7.0" date="unreleased"> <section title="New features"> - <change> - <summary> + <change> + <summary> qemu: Add migrate-getmaxdowntime command </summary> <description> -- 1.8.3.1

On Wed, Aug 30, 2017 at 15:44:35 +0530, Kothapally Madhu Pavan wrote:
Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This one is now pushed.

Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 088966d..119c478 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,16 @@ <section title="New features"> <change> <summary> + qemu: Add managedsave-define and managedsave-edit commands + </summary> + <description> + Using managedsave-define and managedsave-edit commands, now + we can edit the host-specific portions of the domain XMl + which has managedsave image. + </description> + </change> + <change> + <summary> qemu: Add migrate-getmaxdowntime command </summary> <description> -- 1.8.3.1

Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 119c478..fd64094 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,15 @@ <section title="New features"> <change> <summary> + qemu: Add managedsave-dumpxml command + </summary> + <description> + Using managedsave-dumpxml, now we can dump the XML + configuration of a domain with managedsave image. + </description> + </change> + <change> + <summary> qemu: Add managedsave-define and managedsave-edit commands </summary> <description> -- 1.8.3.1

On Wed, Aug 30, 2017 at 15:44:37 +0530, Kothapally Madhu Pavan wrote:
Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 119c478..fd64094 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,15 @@ <section title="New features"> <change> <summary> + qemu: Add managedsave-dumpxml command + </summary> + <description> + Using managedsave-dumpxml, now we can dump the XML + configuration of a domain with managedsave image. + </description> + </change> + <change> + <summary>
2/3 and 3/3 basically document the same feature. Please add all the docs in one entry.

On 08/30/2017 04:12 PM, Peter Krempa wrote:
On Wed, Aug 30, 2017 at 15:44:37 +0530, Kothapally Madhu Pavan wrote:
Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 119c478..fd64094 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,15 @@ <section title="New features"> <change> <summary> + qemu: Add managedsave-dumpxml command + </summary> + <description> + Using managedsave-dumpxml, now we can dump the XML + configuration of a domain with managedsave image. + </description> + </change> + <change> + <summary>
2/3 and 3/3 basically document the same feature. Please add all the docs in one entry. I have sent v2 patchset with patch 2/2 documenting the feature in single entry.
participants (3)
-
Kothapally Madhu Pavan
-
Madhu Pavan
-
Peter Krempa