news: document support for vdpa block devices

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jonathon Jongsma 2023-09-12 11:35:48 -05:00
parent d77cc21d4b
commit 6332ab2c07

View File

@ -23,6 +23,15 @@ v9.8.0 (unreleased)
* **New features**
* qemu: Add support for vDPA block devices
With a new enough version of qemu, libvirt will allow you to assign vDPA block
devices to a domain. This is configured with::
<disk type='vhostvdpa'>
<source dev='/dev/vhost-vdpa-0'>
...
* **Improvements**
* **Bug fixes**