qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6] Implement backend program convention command for vhost-us


From: Stefan Hajnoczi
Subject: Re: [PATCH v6] Implement backend program convention command for vhost-user-blk
Date: Thu, 21 Nov 2019 14:17:46 +0000
User-agent: Mutt/1.12.1 (2019-06-15)

On Thu, Nov 21, 2019 at 09:58:26AM +0800, Micky Yun Chan wrote:
> diff --git a/docs/interop/vhost-user.json b/docs/interop/vhost-user.json
> index da6aaf51c8..d25c3a957f 100644
> --- a/docs/interop/vhost-user.json
> +++ b/docs/interop/vhost-user.json
> @@ -54,6 +54,37 @@
>    ]
>  }
>  
> +##
> +# @VHostUserBackendBlockFeature:
> +#
> +# List of vhost user "block" features.
> +#
> +# @read-only: The --read-only command line option is supported.
> +# @blk-file: The --blk-file command line option is supported.

Please also update docs/interop/vhost-user.rst.  That document
duplicates the option documentation and it would be good to keep it
up-to-date.

> +#
> +# Since: 4.0

QEMU 4.2 is close to being released and the codebase is frozen.  The
next release will be 5.0.  Please change this to:

  Since: 5.0

> +##
> +{
> +  'enum': 'VHostUserBackendBlockFeature',
> +  'data': [ 'read-only', 'blk-file' ]
> +}
> +
> +##
> +# @VHostUserBackendCapabilitiesBlock:
> +#
> +# Capabilities reported by vhost user "block" backends
> +#
> +# @features: list of supported features.
> +#
> +# Since: 4.0

Same here.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]