Re: [PATCH v1.1 1/9] qapi: fix example of netdev_add command

2022-04-04 Thread Victor Toso
Hi, On Mon, Apr 04, 2022 at 08:14:11AM +0200, Markus Armbruster wrote: > Victor Toso writes: > > > Example output has the optional member @dnssearch as string type. It > > should be an array of strings instead. Fix it. > > "of String objects". Happy to fix this in my tree. Sure > > > > > Fo

Re: [PATCH v1.1 1/9] qapi: fix example of netdev_add command

2022-04-03 Thread Markus Armbruster
Victor Toso writes: > Example output has the optional member @dnssearch as string type. It > should be an array of strings instead. Fix it. "of String objects". Happy to fix this in my tree. > > For reference, see NetdevUserOptions. > > Signed-off-by: Victor Toso > --- > qapi/net.json | 2 +-

[PATCH v1.1 1/9] qapi: fix example of netdev_add command

2022-04-01 Thread Victor Toso
Example output has the optional member @dnssearch as string type. It should be an array of strings instead. Fix it. For reference, see NetdevUserOptions. Signed-off-by: Victor Toso --- qapi/net.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/net.json b/qapi/net.jso