mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 05:51:53 -06:00
Revert "net: Move NetClientState.info_str to dynamic allocations"
Several issues has been reported for query-netdev info
series. Consider it's late in the rc, this reverts commit
commit 59b5437eb7
.
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
603f2f7c6c
commit
56e6f594bf
11 changed files with 49 additions and 47 deletions
|
@ -94,7 +94,7 @@ struct NetClientState {
|
|||
NetQueue *incoming_queue;
|
||||
char *model;
|
||||
char *name;
|
||||
char *info_str;
|
||||
char info_str[256];
|
||||
NetdevInfo *stored_config;
|
||||
unsigned receive_disabled : 1;
|
||||
NetClientDestructor *destructor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue