mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00:00
net: Convert qdev_prop_vlan to peer with hub
Instead of using VLANState use net/hub.h to support the vlan qdev property. The vlan qdev property becomes an alias for the peer qdev property but is represented as a VLAN ID number. When a VLAN ID is selected the device will really peer with a hub port. Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
ab5f3f84c4
commit
606c10e2bd
@@ -24,5 +24,6 @@ VLANClientState *net_hub_find_client_by_name(int hub_id, const char *name);
|
||||
void net_hub_info(Monitor *mon);
|
||||
int net_hub_id_for_client(VLANClientState *nc, int *id);
|
||||
void net_hub_check_clients(void);
|
||||
VLANClientState *net_hub_port_find(int hub_id);
|
||||
|
||||
#endif /* NET_HUB_H */
|
||||
|
||||
Reference in New Issue
Block a user