240 Commits (a08784dd11794fc60fcc724c7ef2cd1a75a5356d)

Author SHA1 Message Date
Blue Swirl a08784dd11 Remove unused sysemu.h include directives 15 years ago
Peter Maydell f68b9d672b net: Improve the warnings for dubious command line option combinations 15 years ago
Tristan Gingold ac60cc1871 Fix net_check_clients warnings: make it per vlan. 15 years ago
Jason Wang 96c94b298f net: Add the missing option declaration of "vhostforce" 15 years ago
Juan Quintela 85bb6d36b0 net: remove parse_host_src_port() function 15 years ago
Benjamin Poirier ce0536616d net: Use iov helper functions 15 years ago
Vincent Palatin 60c07d933c net: fix qemu_can_send_packet logic 15 years ago
Michael S. Tsirkin ab1cbe1c6d net: notify peer about link status change 15 years ago
Mike Ryan 3a75e74c76 net/sock: option to specify local address 16 years ago
Jason Wang f7c31d6381 net: properly handle illegal fd/vhostfd from command line 16 years ago
Michael S. Tsirkin a083a89d72 net: delay freeing peer host device 16 years ago
Gerd Hoffmann 3329f07b7a QemuOpts: make most qemu_*_opts static 16 years ago
Yoshiaki Tamura 410cbafebc net: delete QemuOpts when net_client_init() fails. 16 years ago
Amit Shah 03c71553ad net: Fix VM start with '-net none' 16 years ago
Markus Armbruster 2ffcb18de0 Make netdev_del delete the netdev even when it's in use 16 years ago
Amit Shah 50e32ea8f3 net: Fix hotplug with pci_add 16 years ago
Luiz Capitulino 637503d122 Monitor: Drop QMP documentation from code 16 years ago
Markus Armbruster 5369e3c0b8 monitor: Convert do_set_link() to QObject, QError 16 years ago
Markus Armbruster c9b26a4cbe monitor: Use argument type 'b' for set_link 16 years ago
Markus Armbruster ae82d3242d monitor: New commands netdev_add, netdev_del 16 years ago
Markus Armbruster 5294e2c774 error: Convert net_client_init() to QError 16 years ago
Markus Armbruster c389c43ee5 error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() 16 years ago
Eduardo Habkost da1fcfda59 net: remove broken net_set_boot_mask() boot device validation 16 years ago
Eduardo Habkost c2564608a1 net: remove NICInfo.bootable field 16 years ago
Michael S. Tsirkin 82b0d80ef6 tap: add vhost/vhostfd options 16 years ago
Markus Armbruster 8212c64f0e qemu-option: Move the implied first name into QemuOptsList 16 years ago
Markus Armbruster 1ecda02b24 error: Replace qemu_error() by error_report() 16 years ago
Markus Armbruster 27f3f8a362 qdev: Catch attempt to attach more than one device to a netdev 16 years ago
Amit Shah 75422b0d38 qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors 16 years ago
Blue Swirl 238431a9d8 Allow const QemuOptDesc 16 years ago
Blue Swirl 64e69d50a3 Fix warning on OpenBSD 16 years ago
Markus Armbruster 2583ba97ef net: Monitor command set_link finds only VLAN clients, fix 16 years ago
Markus Armbruster a0104e0ec7 net: info network shows only VLAN clients, fix 16 years ago
Markus Armbruster efe32fdde1 net: net_check_clients() checks only VLAN clients, fix 16 years ago
Markus Armbruster 62112d181c net: Fix bogus "Warning: vlan 0 with no nics" with -device 16 years ago
Markus Armbruster 668680f75f net: net_check_clients() runs too early to see -device, fix 16 years ago
Markus Armbruster 7f76abe1c9 net: Remove unused net_client_uninit() 16 years ago
Jim Meyering 6265eb26a3 don't dereference NULL after failed strdup 16 years ago
Gerd Hoffmann cb4522ccf6 default devices: network 17 years ago
Mark McLoughlin 0f2fbf40a9 net: print correct error for '-netdev ""' 17 years ago
Mark McLoughlin 57f9ef173d net: add qemu_foreach_nic() 17 years ago
Mark McLoughlin 665a3b071d net: remove VLANClientState members now in NetClientInfo 17 years ago
Mark McLoughlin 68da46eeb6 net: remove qemu_new_vlan_client() 17 years ago
Mark McLoughlin f1d078c341 net: move parse_macaddr() to net/util.[ch] 17 years ago
Mark McLoughlin ebef2c093e net: introduce NICState and qemu_new_nic() 17 years ago
Mark McLoughlin 45460d1a53 net: introduce qemu_new_net_client() 17 years ago
Mark McLoughlin 1df49e0472 net: clean up includes in net.c 17 years ago
Mark McLoughlin 1abecf77d8 net: move dump backend code from net.c to net/dump.c 17 years ago
Mark McLoughlin 42281ac9a3 net: move socket backend code from net.c to net/socket.c 17 years ago
Mark McLoughlin 5c361cc322 net: move vde code from net.c to net/vde.c 17 years ago