Re: [PATCH v4 0/4] Introducing QMP query-netdev command

2020-10-16 Thread Alexey Kirillov
Ping again, as no progress since september 22. http://patchwork.ozlabs.org/project/qemu-devel/list/?series=203284 21.09.2020, 22:19, "Alexey Kirillov" : > This patch series introduces a new QMP command "query-netdev" to get > information about currently attached backend network devices (netdevs).

Re: [PATCH v4 0/4] Introducing QMP query-netdev command

2020-10-07 Thread Alexey Kirillov
ping http://patchwork.ozlabs.org/project/qemu-devel/list/?series=203284 21.09.2020, 22:19, "Alexey Kirillov" : > This patch series introduces a new QMP command "query-netdev" to get > information about currently attached backend network devices (netdevs). > Also, since the "info_str" field of "Ne

Re: [PATCH v4 0/4] Introducing QMP query-netdev command

2020-09-28 Thread Alexey Kirillov
Ping 21.09.2020 22:19, Alexey Kirillov writes: > This patch series introduces a new QMP command "query-netdev" to get > information about currently attached backend network devices (netdevs). > Also, since the "info_str" field of "NetClientState" is now deprecated, > we no longer use it for netdev

Re: [PATCH v4 0/4] Introducing QMP query-netdev command

2020-09-28 Thread Alexey Kirillov
PingĀ 21.09.2020 22:19, Alexey Kirillov writes:> This patch series introduces a new QMP command "query-netdev" to get> information about currently attached backend network devices (netdevs).> Also, since the "info_str" field of "NetClientState" is now deprecated,> we no longer use it for netdevs, on

[PATCH v4 0/4] Introducing QMP query-netdev command

2020-09-21 Thread Alexey Kirillov
This patch series introduces a new QMP command "query-netdev" to get information about currently attached backend network devices (netdevs). Also, since the "info_str" field of "NetClientState" is now deprecated, we no longer use it for netdevs, only for NIC/hubports. The HMP command "info network"