Stefan Hajnoczi
|
0d91cd5aa7
net: add receive_disabled logic to iov delivery path
|
13 years ago |
Paolo Bonzini
|
8e9fdc4a88
net: notify iothread after flushing queue
|
13 years ago |
Anthony Liguori
|
f57fb88436
Merge remote-tracking branch 'stefanha/net' into staging
|
13 years ago |
Peter Maydell
|
c8057f951d
Support 'help' as a synonym for '?' in command line options
|
13 years ago |
Zhi Yong Wu
|
86a77c3858
net: cleanup deliver/deliver_iov func pointers
|
13 years ago |
Zhi Yong Wu
|
1a8595931a
net: Make "info network" output more readable info
|
13 years ago |
Stefan Hajnoczi
|
b20c6b9e47
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
|
13 years ago |
Stefan Hajnoczi
|
35277d14ec
net: Rename vc local variables to nc
|
13 years ago |
Stefan Hajnoczi
|
4e68f7a081
net: Rename VLANClientState to NetClientState
|
13 years ago |
Stefan Hajnoczi
|
94878994dc
net: Rename non_vlan_clients to net_clients
|
13 years ago |
Stefan Hajnoczi
|
a005d0732f
net: Remove VLANState
|
13 years ago |
Stefan Hajnoczi
|
ec8b1f6cc8
net: Remove vlan code from net.c
|
13 years ago |
Stefan Hajnoczi
|
ab5f3f84c4
net: Drop vlan argument to qemu_new_net_client()
|
13 years ago |
Stefan Hajnoczi
|
81017645e4
hub: Check that hubs are configured correctly
|
13 years ago |
Stefan Hajnoczi
|
90d87a33c7
net: Look up 'vlan' net clients using hubs
|
13 years ago |
Stefan Hajnoczi
|
d33d93b2c4
net: Use hubs for the vlan feature
|
13 years ago |
Stefan Hajnoczi
|
f6c874e300
net: Add a hub net client
|
13 years ago |
Laszlo Ersek
|
1a0c09583d
remove unused QemuOpts parameter from net init functions
|
13 years ago |
Laszlo Ersek
|
2456f36f18
convert net_init_nic() to NetClientOptions
|
13 years ago |
Laszlo Ersek
|
6687b79d63
convert net_client_init() to OptsVisitor
|
13 years ago |
Laszlo Ersek
|
2be64a68ed
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
|
13 years ago |
Michael Tokarev
|
dcf6f5e15e
change iov_* function prototypes to be more appropriate
|
13 years ago |
Luiz Capitulino
|
5f96415527
qapi: convert netdev_del
|
13 years ago |
Luiz Capitulino
|
928059a37b
qapi: convert netdev_add
|
13 years ago |
Luiz Capitulino
|
4559a1dbcc
net: net_client_init(): use error_set()
|
13 years ago |
Luiz Capitulino
|
42dcc547e1
net: purge the monitor object from all init functions
|
13 years ago |
Luiz Capitulino
|
4e89978e20
qemu-option: qemu_opts_from_qdict(): use error_set()
|
13 years ago |
Luiz Capitulino
|
299528668c
qemu-option: qemu_opts_validate(): use error_set()
|
13 years ago |
Jason Wang
|
7fc8d918b9
net: move compute_mcast_idx() to net.h
|
13 years ago |
Stefan Weil
|
2944e4ece2
w32: Fix build with new net bridge code
|
13 years ago |