[libvirt] [RFC PATCH 8/8] news: Update for virDomainDefineJSONFlags()

Andrea Bolognani abologna at redhat.com
Mon Apr 1 12:39:30 UTC 2019


Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index fcf8520132..76e8c90bf4 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -116,6 +116,17 @@
           unable to saturate the network link.
         </description>
       </change>
+      <change>
+        <summary>
+          Introduce the virDomainDefineJSONFlags() public API
+        </summary>
+        <description>
+          This new public API is very similar in scope and use to the existing
+          <code>virDomainDefineXMLFlags()</code> API, but it expects its input
+          to be in JSON format rather than XML. Note that support for many
+          features of the XML-based API is still missing at the moment.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>
-- 
2.20.1




More information about the libvir-list mailing list