Re: [PATCH v4 1/4] qapi: net: Add query-netdev command

2020-09-22 Thread Markus Armbruster
Alexey Kirillov writes: > Add a qmp command that provides information about currently attached > backend network devices and their configuration. > > Signed-off-by: Alexey Kirillov Acked-by: Markus Armbruster

[PATCH v4 1/4] qapi: net: Add query-netdev command

2020-09-21 Thread Alexey Kirillov
Add a qmp command that provides information about currently attached backend network devices and their configuration. Signed-off-by: Alexey Kirillov --- include/net/net.h | 1 + net/l2tpv3.c | 19 +++ net/net.c | 32 net/netmap.c | 13 + net/slirp.c