[PATCH v2] NEWS: Announcing Network Metadata APIs

K Shiva Kiran posted 1 patch 8 months, 1 week ago
Failed in applying to current master (apply log)
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[PATCH v2] NEWS: Announcing Network Metadata APIs
Posted by K Shiva Kiran 8 months, 1 week ago
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>
---
This is a v2 of: 
https://listman.redhat.com/archives/libvir-list/2023-August/241469.html
Diff to v1:
- Shortened the text and put all text under one section.

 NEWS.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index e40c8ac259..5275a8299a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -28,6 +28,17 @@ v9.7.0 (unreleased)
     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.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.42.0
Re: [PATCH v2] NEWS: Announcing Network Metadata APIs
Posted by Ján Tomko 8 months ago
On a Wednesday in 2023, K Shiva Kiran wrote:
>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>
>---
>This is a v2 of:
>https://listman.redhat.com/archives/libvir-list/2023-August/241469.html
>Diff to v1:
>- Shortened the text and put all text under one section.
>
> NEWS.rst | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano