mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
NEWS: mention persistent mediated devices
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
716494368a
commit
16042d6849
11
NEWS.rst
11
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**
|
||||
|
Loading…
Reference in New Issue
Block a user