mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
zap DeviceState->nd
No users left. Also cleanup obsolete helper functions. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4c91cd2810
commit
1cc33683c8
4 changed files with 1 additions and 38 deletions
7
net.h
7
net.h
|
@ -164,13 +164,6 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict);
|
|||
#define SMBD_COMMAND "/usr/sbin/smbd"
|
||||
#endif
|
||||
|
||||
void qdev_get_macaddr(DeviceState *dev, uint8_t *macaddr);
|
||||
VLANClientState *qdev_get_vlan_client(DeviceState *dev,
|
||||
NetCanReceive *can_receive,
|
||||
NetReceive *receive,
|
||||
NetReceiveIOV *receive_iov,
|
||||
NetCleanup *cleanup,
|
||||
void *opaque);
|
||||
void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue