From: Jonathon Jongsma Date: Fri, 30 Oct 2020 20:01:42 +0000 (-0500) Subject: news: mention vdpa support X-Git-Tag: v6.9.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=466e57541c7bb8787f6933aff201cdf9b3190de1;p=thirdparty%2Flibvirt.git news: mention vdpa support Signed-off-by: Jonathon Jongsma Reviewed-by: Laine Stump --- diff --git a/NEWS.rst b/NEWS.rst index 2fef3f706c..b6fceab23a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -43,6 +43,12 @@ v6.9.0 (unreleased) Implement virito-9p shared filesystem using the ```` element. + * qemu: Add support for vDPA network devices. + + VMs using the QEMU hypervisor can now specify vDPA network devices + using ````. The node device APIs also now + list and provide XML descriptions for vDPA devices. + * **Improvements** * **Bug fixes**