[libvirt] [PATCH v2 0/2] 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 (2): docs: Fix docs/news.xml template structure docs: Document managedsave-edit commands support docs/news.xml | 14 ++++++++++++-- 1 file changed, 12 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

This patch documents support for managedsave-dumpxml, managedsave-define and managedsave-edit commands. 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..1f4eb3e 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,16 @@ <section title="New features"> <change> <summary> + qemu: Add managedsave-edit commands + </summary> + <description> + Using managedsave-dumpxml, managedsave-define and managedsave-edit + commands, now we can dump and edit the XML configuration of domain + which has managedsave image. + </description> + </change> + <change> + <summary> qemu: Add migrate-getmaxdowntime command </summary> <description> -- 1.8.3.1

On Wed, 2017-08-30 at 16:23 +0530, Kothapally Madhu Pavan wrote:
This patch documents support for managedsave-dumpxml, managedsave-define and managedsave-edit commands.
Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com> --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+)
Reviewed-by: Andrea Bolognani <abologna@redhat.com> Also pushed :) -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Kothapally Madhu Pavan