qemu-e2k/net
Alexey Kirillov 59b5437eb7 net: Move NetClientState.info_str to dynamic allocations
The info_str field of the NetClientState structure is static and has a size
of 256 bytes. This amount is often unclaimed, and the field itself is used
exclusively for HMP "info network".

The patch translates info_str to dynamic memory allocation.

This action is also allows us to painlessly discard usage of this field
for backend devices.

Signed-off-by: Alexey Kirillov <lekiravi@yandex-team.ru>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2021-03-15 16:41:22 +08:00
..
can can_host: Use class properties 2020-12-15 10:02:07 -05:00
announce.c Remove superfluous timer_del() calls 2021-01-08 15:13:38 +00:00
checksum.c net: checksum: Introduce fine control over checksum type 2021-01-25 17:04:56 +08:00
clients.h
colo-compare.c Remove superfluous timer_del() calls 2021-01-08 15:13:38 +00:00
colo-compare.h
colo.c colo-compare: fix missing compare_seq initialization 2020-11-11 16:52:23 +08:00
colo.h
dump.c netfilter: Use class properties 2020-12-15 10:02:07 -05:00
eth.c net: remove an assert call in eth_get_gso_type 2020-11-11 16:52:23 +08:00
filter-buffer.c netfilter: Use class properties 2020-12-15 10:02:07 -05:00
filter-mirror.c netfilter: Use class properties 2020-12-15 10:02:07 -05:00
filter-replay.c
filter-rewriter.c net: checksum: Introduce fine control over checksum type 2021-01-25 17:04:56 +08:00
filter.c netfilter: Use class properties 2020-12-15 10:02:07 -05:00
hub.c
hub.h
l2tpv3.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
meson.build replay: do not build if TCG is not available 2020-10-22 11:53:54 -04:00
net.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
netmap.c qapi: net: Add query-netdev command 2021-03-15 16:41:22 +08:00
queue.c net: introduce qemu_receive_packet() 2021-03-15 16:41:22 +08:00
slirp.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
socket.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
tap_int.h
tap-bsd.c
tap-linux.c
tap-linux.h
tap-solaris.c
tap-stub.c
tap-win32.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
tap.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
trace-events
trace.h
util.c
util.h
vde.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
vhost-user-stub.c
vhost-user.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00
vhost-vdpa.c net: Move NetClientState.info_str to dynamic allocations 2021-03-15 16:41:22 +08:00