aboutsummaryrefslogtreecommitdiffstats
path: root/net.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-01net: Improve the warnings for dubious command line option combinationsPeter Maydell1-0/+31
2011-04-01Fix net_check_clients warnings: make it per vlan.Tristan Gingold1-1/+2
2011-03-06net: Add the missing option declaration of "vhostforce"Jason Wang1-1/+5
2011-03-06net: remove parse_host_src_port() functionJuan Quintela1-41/+0
2011-03-06net: Use iov helper functionsBenjamin Poirier1-22/+6
2011-03-05net: fix qemu_can_send_packet logicVincent Palatin1-3/+3
2011-02-20net: notify peer about link status changeMichael S. Tsirkin1-0/+11
2010-12-09net/sock: option to specify local addressMike Ryan1-0/+4
2010-10-27net: properly handle illegal fd/vhostfd from command lineJason Wang1-5/+11
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin1-7/+42
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-7/+9
2010-07-01net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura1-0/+4
2010-06-30net: Fix VM start with '-net none'Amit Shah1-1/+1
2010-06-14Make netdev_del delete the netdev even when it's in useMarkus Armbruster1-4/+0
2010-06-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-2/+5
2010-06-09net: Fix hotplug with pci_addAmit Shah1-2/+5
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino1-22/+0
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster1-3/+4
2010-04-18monitor: Use argument type 'b' for set_linkMarkus Armbruster1-8/+2
2010-04-18monitor: New commands netdev_add, netdev_delMarkus Armbruster1-0/+55
2010-04-18error: Convert net_client_init() to QErrorMarkus Armbruster1-20/+18
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-2/+0
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost1-19/+0
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost1-1/+0
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin1-0/+8
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-2/+2
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-14/+14
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster1-0/+1
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah1-2/+4
2010-02-21Allow const QemuOptDescBlue Swirl1-1/+1
2010-02-20Fix warning on OpenBSDBlue Swirl1-1/+1
2010-02-19net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster1-0/+1
2010-02-19net: info network shows only VLAN clients, fixMarkus Armbruster1-2/+9
2010-02-19net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster1-0/+7
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-7/+18
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster1-3/+1
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster1-14/+0
2010-02-10don't dereference NULL after failed strdupJim Meyering1-1/+1
2009-12-12default devices: networkGerd Hoffmann1-1/+4
2009-12-03net: print correct error for '-netdev ""'Mark McLoughlin1-5/+11
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin1-0/+20
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-25/+20
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin1-44/+0
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin1-33/+2
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin1-0/+21
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin1-21/+49
2009-12-03net: clean up includes in net.cMark McLoughlin1-70/+3
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin1-126/+1
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin1-529/+1