Re: [PATCH v1 14/16] qapi: fix example of query-migrate command

2022-08-31 Thread Markus Armbruster
Victor Toso writes: > The example's return type has several missing mandatory member names. > Fix it. > > Problem was noticed when using the example as a test case for Go > bindings. > > Signed-off-by: Victor Toso > --- > qapi/migration.json | 56 + >

[PATCH v1 14/16] qapi: fix example of query-migrate command

2022-08-30 Thread Victor Toso
The example's return type has several missing mandatory member names. Fix it. Problem was noticed when using the example as a test case for Go bindings. Signed-off-by: Victor Toso --- qapi/migration.json | 56 + 1 file changed, 52 insertions(+), 4 del