]> xenbits.xensource.com Git - qemu-xen.git/commit
qapi: net: Add query-netdev command
authorAlexey Kirillov <lekiravi@yandex-team.ru>
Wed, 3 Mar 2021 09:59:06 +0000 (12:59 +0300)
committerJason Wang <jasowang@redhat.com>
Mon, 15 Mar 2021 08:41:22 +0000 (16:41 +0800)
commitd32ad10a14d46dfe9304e3ed5858a11dcd5c71a0
treee56aaddf5e86dd29209ce958e94c0d91ad950778
parent3aa1b7af0f5fbfdf1b4759658e1445bda680b40d
qapi: net: Add query-netdev command

The query-netdev command is used to get the configuration of the current
network device backends (netdevs).
This is the QMP analog of the HMP command "info network" but only for
netdevs (i.e. excluding NIC and hubports).

The query-netdev command returns an array of objects of the NetdevInfo
type, which are an extension of Netdev type. It means that response can
be used for netdev-add after small modification. This can be useful for
recreate the same netdev configuration.

Information about the network device is filled in when it is created or
modified and is available through the NetClientState->stored_config.

Signed-off-by: Alexey Kirillov <lekiravi@yandex-team.ru>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
12 files changed:
include/net/net.h
net/l2tpv3.c
net/net.c
net/netmap.c
net/slirp.c
net/socket.c
net/tap-win32.c
net/tap.c
net/vde.c
net/vhost-user.c
net/vhost-vdpa.c
qapi/net.json