]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: mention persistent mediated devices
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 27 Apr 2021 13:33:06 +0000 (08:33 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 27 Apr 2021 18:13:01 +0000 (13:13 -0500)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 7b55dd056fa6d1072d347da18b6e8d17db75040e..71c9720f656c09c9ef73a677712df5147f0e7d3c 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -24,6 +24,17 @@ v7.3.0 (unreleased)
     a ``virtiofsd`` daemon launched outside of libvirtd, via the
     ``socket`` attribute of the ``source`` element.
 
+  * 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**