]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: document support for vdpa block devices
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 12 Sep 2023 16:35:48 +0000 (11:35 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Wed, 27 Sep 2023 20:31:07 +0000 (15:31 -0500)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 926620b03f651e51ec1888355cf8b2c881d6ca01..b57ba5c7d1a5c344b63b7adcb91b97ea14e5f919 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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**