]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Announcing Network Metadata APIs
authorK Shiva Kiran <shiva_kr@riseup.net>
Wed, 30 Aug 2023 05:17:39 +0000 (10:47 +0530)
committerJán Tomko <jtomko@redhat.com>
Fri, 1 Sep 2023 14:09:54 +0000 (16:09 +0200)
Ref to patchset implementing the above:
https://listman.redhat.com/archives/libvir-list/2023-August/241250.html

Signed-off-by: K Shiva Kiran <shiva_kr@riseup.net>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 713cd170251b792e25c59413bf2b95d75ba0665a..a03ef20bc29392851220bde0c3f753d91e8414a7 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -38,6 +38,17 @@ v9.7.0 (2023-09-01)
     2) pre-binding the variant driver using the ``--driver`` option of
        ``virsh nodedev-detach``.
 
+  * network: Support for ``<title>`` and ``<description>`` fields in Network XML
+
+    The network object adds two more user defined metadata fields ``<title>``
+    and ``<description>``.
+    Two new APIs ``virNetworkGetMetadata()`` and ``virNetworkSetMetadata()`` can be
+    used to view and modify the above including the existing ``<metadata>`` field.
+
+    virsh adds two new commands ``net-desc`` and ``net-metadata`` to view/modify the same.
+    ``net-list`` adds a new option ``--title`` that prints the content of ``<title>``
+    in an extra column within the default ``--table`` output.
+
 * **Bug fixes**
 
   * qemu: Various fixes to firmware selection