mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Revert "qapi: net: Add query-netdev command"
Several issues has been reported for query-netdev series. Consider
it's late in the rc, this reverts commit
d32ad10a14
.
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
22317309df
commit
f9bb0c1f98
12 changed files with 9 additions and 477 deletions
|
@ -5,8 +5,6 @@
|
|||
#include "qapi/qapi-types-net.h"
|
||||
#include "net/queue.h"
|
||||
#include "hw/qdev-properties-system.h"
|
||||
#include "qapi/clone-visitor.h"
|
||||
#include "qapi/qapi-visit-net.h"
|
||||
|
||||
#define MAC_FMT "%02X:%02X:%02X:%02X:%02X:%02X"
|
||||
#define MAC_ARG(x) ((uint8_t *)(x))[0], ((uint8_t *)(x))[1], \
|
||||
|
@ -95,7 +93,6 @@ struct NetClientState {
|
|||
char *model;
|
||||
char *name;
|
||||
char info_str[256];
|
||||
NetdevInfo *stored_config;
|
||||
unsigned receive_disabled : 1;
|
||||
NetClientDestructor *destructor;
|
||||
unsigned int queue_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue