[libvirt PATCH] NEWS: mention persistent mediated devices

Jonathon Jongsma posted 1 patch 2 years, 11 months ago
Test syntax-check failed
Failed in applying to current master (apply log)
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[libvirt PATCH] NEWS: mention persistent mediated devices
Posted by Jonathon Jongsma 2 years, 11 months ago
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
 NEWS.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 5f8b0ae02d..f64b24a0e6 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -18,6 +18,17 @@ v7.3.0 (unreleased)
     The xen driver now supports domains with more than 4TB of memory with
     xen >= 4.13.
 
+  * nodedev: Add ability to manage persistent mediated devices
+
+    Persistent mediated devices can now be managed with libvirt.
+    ``virNodeDeviceDefineXML()`` defines a new device,
+    ``virNodeDeviceUndefine()`` removes an existing definition, and
+    ``virNodeDeviceCreate()`` starts a device definition that is currently
+    inactive. Corresponding virsh commands ``nodedev-define``,
+    ``nodedev-undefine``, and ``nodedev-start`` were also added.
+    ``nodedev-list`` only lists active devices by default. Inactive device
+    definitions can be shown with the new ``--inactive`` and ``--all`` flags.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.26.3

Re: [libvirt PATCH] NEWS: mention persistent mediated devices
Posted by Ján Tomko 2 years, 11 months ago
On a Tuesday in 2021, Jonathon Jongsma wrote:
>Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
>---
> NEWS.rst | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>

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

Jano