Re: [PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event

2022-03-24 Thread John Snow
On Thu, Mar 24, 2022 at 1:50 PM Victor Toso 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-b

[PATCH 07/14] qapi: fix example of UNPLUG_PRIMARY event

2022-03-24 Thread Victor Toso
* Timestamp is not optional, let's add for completeness. * Add '<-' to signalize it is receiving the data * Break likes like most of examples do Signed-off-by: Victor Toso --- qapi/migration.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qapi/migration.json b/qapi/mi