Re: [PATCH v1 5/9] qapi: fix example of query-vnc command

2022-04-01 Thread Markus Armbruster
Victor Toso writes: > The return value is missing the mandatory member @websocket. Fix it. > > Signed-off-by: Victor Toso > --- > qapi/ui.json | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/qapi/ui.json b/qapi/ui.json > index c039b8b3cb..13a8bb82aa 100644 > --- a/qapi/ui.json > +++ b/

[PATCH v1 5/9] qapi: fix example of query-vnc command

2022-03-31 Thread Victor Toso
The return value is missing the mandatory member @websocket. Fix it. Signed-off-by: Victor Toso --- qapi/ui.json | 1 + 1 file changed, 1 insertion(+) diff --git a/qapi/ui.json b/qapi/ui.json index c039b8b3cb..13a8bb82aa 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -658,6 +658,7 @@ #