[libvirt PATCH] NEWS: mention support for vhost-user-blk

Pavel Hrdina posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/7d6e241469e857f77e1e23b2bfcf4ffcbe1375d5.1614004713.git.phrdina@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[libvirt PATCH] NEWS: mention support for vhost-user-blk
Posted by Pavel Hrdina 3 years, 2 months ago
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 440dbf2601..56a9afe749 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,6 +47,11 @@ v7.1.0 (unreleased)
     to set the hostdev device's MAC address (which is a necessary
     part of the alternate <interface type='hostdev'>).
 
+  * Introduce ``<disk type='vhostuser'>`` support
+
+    Introduces a support for QEMU vhost-user-blk device that can be used
+    together with qemu-storage-daemon to provide disks for VMs.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.29.2

Re: [libvirt PATCH] NEWS: mention support for vhost-user-blk
Posted by Peter Krempa 3 years, 2 months ago
On Mon, Feb 22, 2021 at 15:38:41 +0100, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 440dbf2601..56a9afe749 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -47,6 +47,11 @@ v7.1.0 (unreleased)
>      to set the hostdev device's MAC address (which is a necessary
>      part of the alternate <interface type='hostdev'>).
>  
> +  * Introduce ``<disk type='vhostuser'>`` support
> +
> +    Introduces a support for QEMU vhost-user-blk device that can be used

s/a support/support/

> +    together with qemu-storage-daemon to provide disks for VMs.

" that can be used to access storage exported via the vhost-user
protocol by daemons such as the ``qemu-storage-daemon``."

The qemu storage daemon isn't the first nor last vhost-user block
server.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>