From: Jonathon Jongsma Date: Tue, 12 Sep 2023 16:35:48 +0000 (-0500) Subject: news: document support for vdpa block devices X-Git-Tag: v9.8.0-rc2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6332ab2c07cf4f1ad4ba097b6eda469061a5a52e;p=thirdparty%2Flibvirt.git news: document support for vdpa block devices Signed-off-by: Jonathon Jongsma Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 926620b03f..b57ba5c7d1 100644 --- 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:: + + + + ... + * **Improvements** * **Bug fixes**