[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event
|
From: |
John Snow |
|
Subject: |
Re: [PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event |
|
Date: |
Thu, 24 Mar 2022 17:01:54 -0400 |
On Thu, Mar 24, 2022 at 1:50 PM Victor Toso <victortoso@redhat.com> wrote:
>
> * Timestamp is not optional, let's add for completeness.
> * Add '<-' to signalize it is receiving the data
> * Break likes like most of examples do
Oh, I think you meant "break lines like". That took a long minute to parse.
>
> Signed-off-by: Victor Toso <victortoso@redhat.com>
> ---
> qapi/migration.json | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 18e2610e88..092a63354b 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -1736,7 +1736,9 @@
> # Since: 4.2
> #
> # Example:
> -# {"event": "UNPLUG_PRIMARY", "data": {"device-id": "hostdev0"} }
> +# <- { "event": "UNPLUG_PRIMARY",
> +# "data": { "device-id": "hostdev0" },
> +# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
> #
> ##
> { 'event': 'UNPLUG_PRIMARY',
> --
> 2.35.1
>
With commit message amended:
Reviewed-by: John Snow <jsnow@redhat.com>
- Re: [PATCH 01/14] qapi: BlockExportRemoveMode: move comments to TODO, (continued)
- [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
- Re: [PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event,
John Snow <=
- [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
- [PATCH 06/14] qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event, Victor Toso, 2022/03/24
- [PATCH 10/14] qapi: run-state examples: add missing timestamp, Victor Toso, 2022/03/24