From: Pavel Hrdina Date: Mon, 22 Feb 2021 14:18:27 +0000 (+0100) Subject: NEWS: mention support for vhost-user-blk X-Git-Tag: v7.1.0-rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5ec3bb220599f97e4321b4d520d9f4761b42e3;p=thirdparty%2Flibvirt.git NEWS: mention support for vhost-user-blk Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index 8d639253ff..bee49923a5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -47,6 +47,12 @@ v7.1.0 (unreleased) to set the hostdev device's MAC address (which is a necessary part of the alternate ). + * Introduce ```` support + + Introduces support for QEMU vhost-user-blk device that can be used + to access storage exported via the vhost-user protocol by daemons such + as the ``qemu-storage-daemon``. + * **Improvements** * **Bug fixes**