On Mon, Feb 22, 2021 at 03:44:53PM +0100, Peter Krempa wrote:
On Mon, Feb 22, 2021 at 15:38:41 +0100, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina(a)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``."
Sounds way better, thanks.
The qemu storage daemon isn't the first nor last vhost-user
block
server.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>