On Fri, Oct 02, 2015 at 05:26:15PM +0300, Alberto Garcia wrote:
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 5f12af7..a529e2f 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -448,6 +448,10 @@
>  # @wr_merged: Number of write requests that have been merged into another
>  #             request (Since 2.3).
>  #
> +# @idle_time_ns: #optional Time since the last I/O operation, in
> +#                miliseconds. If the field is absent it means that

s/miliseconds/nanoseconds/ ?

> diff --git a/qmp-commands.hx b/qmp-commands.hx
> index 4f03d11..13c1bdc 100644
> --- a/qmp-commands.hx
> +++ b/qmp-commands.hx
> @@ -2511,6 +2511,10 @@ Each json-object contain the following:
>                     another request (json-int)
>      - "wr_merged": number of write requests that have been merged into
>                     another request (json-int)
> +    - "idle_time_ns": time since the last I/O operation, in
> +                      miliseconds. If the field is absent it means

s/miliseconds/nanoseconds/ ?

Reply via email to