news: mediated devices can be created

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jonathon Jongsma 2020-06-18 16:06:05 -05:00 committed by Erik Skultety
parent ed783e5ecd
commit dc6b219892

View File

@ -21,6 +21,13 @@ v6.5.0 (unreleased)
It's possible to either specify new value as a string or It's possible to either specify new value as a string or
provide a filename which contents then serve as the value. 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** * **Improvements**
* **Bug fixes** * **Bug fixes**