From 16042d684966728a52a39bb42db575ccc2e8f15f Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 27 Apr 2021 08:33:06 -0500 Subject: [PATCH] NEWS: mention persistent mediated devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathon Jongsma Reviewed-by: Ján Tomko --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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**