On 04/03/2020 14:06, Alexey Kirillov wrote: > Completely remove the info_str field of struct NetClientState because > it is no longer required due to the addition of the QMP query-netdevs command. > > Signed-off-by: Alexey Kirillov <lekir...@yandex-team.ru> > --- > hw/net/allwinner_emac.c | 2 +- > hw/net/dp8393x.c | 2 +- > hw/net/e1000.c | 4 ++-- > hw/net/e1000e.c | 2 +- > hw/net/e1000e_core.c | 2 +- > hw/net/e1000x_common.c | 2 +- > hw/net/eepro100.c | 5 +++-- > hw/net/etraxfs_eth.c | 2 +- > hw/net/fsl_etsec/etsec.c | 2 +- > hw/net/ftgmac100.c | 2 +- > hw/net/i82596.c | 6 +++--- > hw/net/imx_fec.c | 2 +- > hw/net/lan9118.c | 4 ++-- > hw/net/mcf_fec.c | 2 +- > hw/net/milkymist-minimac2.c | 2 +- > hw/net/mipsnet.c | 2 +- > hw/net/ne2000-isa.c | 2 +- > hw/net/ne2000-pci.c | 2 +- > hw/net/pcnet.c | 2 +- > hw/net/rocker/rocker_fp.c | 4 ++-- > hw/net/rtl8139.c | 6 +++--- > hw/net/smc91c111.c | 2 +- > hw/net/spapr_llan.c | 6 +++--- > hw/net/stellaris_enet.c | 2 +- > hw/net/sungem.c | 4 ++-- > hw/net/sunhme.c | 2 +- > hw/net/tulip.c | 2 +- > hw/net/virtio-net.c | 8 ++++---- > hw/net/vmxnet3.c | 4 ++-- > hw/net/xen_nic.c | 4 ---- > hw/net/xgmac.c | 2 +- > hw/net/xilinx_axienet.c | 2 +- > hw/net/xilinx_ethlite.c | 2 +- > hw/usb/dev-network.c | 2 +- > include/net/net.h | 3 +-- > net/l2tpv3.c | 3 --- > net/net.c | 8 +------- > net/slirp.c | 4 ---- > net/socket.c | 24 ------------------------ > net/tap.c | 12 ------------ > net/vde.c | 4 ---- > net/vhost-user.c | 2 -- > 42 files changed, 51 insertions(+), 110 deletions(-) >
Reviewed-by: Laurent Vivier <lviv...@redhat.com> Tested-by: Laurent Vivier <lviv...@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel