From: Jonathon Jongsma Date: Thu, 18 Jun 2020 21:06:05 +0000 (-0500) Subject: news: mediated devices can be created X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dc6b219892e5a07773a783ce7a61bec0c277ee0f;p=libvirt.git news: mediated devices can be created Signed-off-by: Jonathon Jongsma Reviewed-by: Erik Skultety Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 20964b94d7..42d159b233 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,13 @@ v6.5.0 (unreleased) It's possible to either specify new value as a string or provide a filename which contents then serve as the value. + * nodedev: Add ability to create mediated devices + + Mediated devices can now be created with ``virNodeDeviceCreateXML()``. This + functionality requires the ``mdevctl`` utility to be installed. The XML + schema for node devices was expanded to support attributes for mediated + devices. + * **Improvements** * **Bug fixes**