From 8471682c29bd72ffcc0f72d90a2849ad98ab47f6 Mon Sep 17 00:00:00 2001 From: K Shiva Kiran Date: Wed, 30 Aug 2023 10:47:39 +0530 Subject: [PATCH] NEWS: Announcing Network Metadata APIs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ref to patchset implementing the above: https://listman.redhat.com/archives/libvir-list/2023-August/241250.html Signed-off-by: K Shiva Kiran Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 713cd17025..a03ef20bc2 100644 --- 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 ```` 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 -- 2.47.2