net: Rename VLANClientState to NetClientState
The vlan feature is no longer part of net core. Rename VLANClientState to NetClientState because net clients are not explicitly associated with a vlan at all, instead they have a peer net client to which they are connected. This patch is a mechanical search-and-replace except for a few whitespace fixups where changing VLANClientState to NetClientState misaligned whitespace. Signed-off-by:Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by:
Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com>
Showing
- hw/cadence_gem.c 4 additions, 4 deletionshw/cadence_gem.c
- hw/dp8393x.c 3 additions, 3 deletionshw/dp8393x.c
- hw/e1000.c 4 additions, 4 deletionshw/e1000.c
- hw/eepro100.c 3 additions, 3 deletionshw/eepro100.c
- hw/etraxfs_eth.c 4 additions, 4 deletionshw/etraxfs_eth.c
- hw/lan9118.c 4 additions, 4 deletionshw/lan9118.c
- hw/lance.c 1 addition, 1 deletionhw/lance.c
- hw/mcf_fec.c 3 additions, 3 deletionshw/mcf_fec.c
- hw/milkymist-minimac2.c 3 additions, 3 deletionshw/milkymist-minimac2.c
- hw/mipsnet.c 3 additions, 3 deletionshw/mipsnet.c
- hw/musicpal.c 3 additions, 3 deletionshw/musicpal.c
- hw/ne2000-isa.c 1 addition, 1 deletionhw/ne2000-isa.c
- hw/ne2000.c 3 additions, 3 deletionshw/ne2000.c
- hw/ne2000.h 2 additions, 2 deletionshw/ne2000.h
- hw/opencores_eth.c 4 additions, 4 deletionshw/opencores_eth.c
- hw/pcnet-pci.c 1 addition, 1 deletionhw/pcnet-pci.c
- hw/pcnet.c 3 additions, 3 deletionshw/pcnet.c
- hw/pcnet.h 3 additions, 3 deletionshw/pcnet.h
- hw/qdev-properties.c 7 additions, 7 deletionshw/qdev-properties.c
- hw/qdev.h 3 additions, 3 deletionshw/qdev.h
Loading
Please register or sign in to comment