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
..
2020-12-10 12:15:18 -05:00
2020-12-10 12:15:18 -05:00
2021-03-11 18:55:27 +00:00
2021-03-11 18:55:27 +00:00
2020-12-10 12:15:07 -05:00
2021-03-14 13:18:49 +00:00
2021-03-10 13:57:31 +00:00
2021-01-08 15:13:38 +00:00
2021-03-12 12:48:56 +00:00
2020-12-10 12:15:08 -05:00
2021-03-12 11:30:55 +00:00
2021-02-21 12:12:18 +00:00
2020-12-10 12:15:08 -05:00
2020-12-10 12:15:18 -05:00
2021-02-05 08:52:58 -05:00