Re: [PATCH v6 1/5] qapi: net: Add query-netdev command

2021-03-02 Thread Eric Blake
On 3/2/21 12:02 PM, Alexey Kirillov wrote: > 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 comma

[PATCH v6 1/5] qapi: net: Add query-netdev command

2021-03-02 Thread Alexey Kirillov
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,