[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event
|
From: |
Markus Armbruster |
|
Subject: |
Re: [PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event |
|
Date: |
Fri, 25 Mar 2022 13:48:40 +0100 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Victor Toso <victortoso@redhat.com> writes:
> * Event's name: BLOCK_JOB_WAITING -> BLOCK_JOB_PENDING
> * Argument device -> id
>
> Signed-off-by: Victor Toso <victortoso@redhat.com>
> ---
> qapi/block-core.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 5b6c069dd9..ea96e1b009 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -5226,8 +5226,8 @@
> #
> # Example:
> #
> -# <- { "event": "BLOCK_JOB_WAITING",
> -# "data": { "device": "drive0", "type": "mirror" },
> +# <- { "event": "BLOCK_JOB_PENDING",
> +# "data": { "type": "mirror", "id": "backup_1" },
> # "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
> #
> ##
Reviewed-by: Markus Armbruster <armbru@redhat.com>
- [PATCH 00/14] Fix some qapi examples and a TODO section, Victor Toso, 2022/03/24
- [PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event, Victor Toso, 2022/03/24
- [PATCH 09/14] qapi: run-state examples: add missing member, Victor Toso, 2022/03/24
- [PATCH 03/14] qapi: fix example of BLOCK_IO_ERROR event, Victor Toso, 2022/03/24
- [PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event, Victor Toso, 2022/03/24
- [PATCH 13/14] qapi: fix example of ACPI_DEVICE_OST event, Victor Toso, 2022/03/24
- [PATCH 11/14] qapi: fix example of MEMORY_FAILURE, Victor Toso, 2022/03/24