From: Jonathon Jongsma Date: Tue, 27 Apr 2021 13:33:06 +0000 (-0500) Subject: NEWS: mention persistent mediated devices X-Git-Tag: v7.3.0-rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16042d684966728a52a39bb42db575ccc2e8f15f;p=thirdparty%2Flibvirt.git NEWS: mention persistent mediated devices Signed-off-by: Jonathon Jongsma Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 7b55dd056f..71c9720f65 100644 --- 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**