Re: [Xen-devel] [PATCH v2 1/4] qapi: net: Add query-netdevs command

2020-03-05 Thread Alexey Kirillov
05.03.2020, 15:03, "Markus Armbruster" : > Alexey Kirillov writes: > >>  Add a qmp command that provides information about currently attached >>  network devices and their configuration. > > Closes a gap in QMP; appreciated! > >>  Signed-off-by: Alexey Kirillov > > [...] >>  diff --git

Re: [Xen-devel] [PATCH v2 1/4] qapi: net: Add query-netdevs command

2020-03-05 Thread Alexey Kirillov
04.03.2020, 18:57, "Laurent Vivier" : > On 04/03/2020 14:06, Alexey Kirillov wrote: >>  Add a qmp command that provides information about currently attached >>  network devices and their configuration. >> >>  Signed-off-by: Alexey Kirillov >>  --- >>   include/net/net.h | 1 + >>   net/hub.c | 8

Re: [Xen-devel] [PATCH v2 1/4] qapi: net: Add query-netdevs command

2020-03-05 Thread Markus Armbruster
Alexey Kirillov writes: > Add a qmp command that provides information about currently attached > network devices and their configuration. Closes a gap in QMP; appreciated! > Signed-off-by: Alexey Kirillov [...] > diff --git a/qapi/net.json b/qapi/net.json > index 1cb9a7d782..4f329a1de0 100644

Re: [Xen-devel] [PATCH v2 1/4] qapi: net: Add query-netdevs command

2020-03-04 Thread Laurent Vivier
On 04/03/2020 14:06, Alexey Kirillov wrote: > Add a qmp command that provides information about currently attached > network devices and their configuration. > > Signed-off-by: Alexey Kirillov > --- > include/net/net.h | 1 + > net/hub.c | 8 +++ > net/l2tpv3.c | 19 +++ >

[Xen-devel] [PATCH v2 1/4] qapi: net: Add query-netdevs command

2020-03-04 Thread Alexey Kirillov
Add a qmp command that provides information about currently attached network devices and their configuration. Signed-off-by: Alexey Kirillov --- include/net/net.h | 1 + net/hub.c | 8 +++ net/l2tpv3.c | 19 +++ net/net.c | 91 +