aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-07-23net: Dump client type 'info network'Jan Kiszka
2011-07-23net: Refactor net_client_typesJan Kiszka
2011-07-23net: Improve layout of 'info network'Jan Kiszka
2011-07-19Fix netdev name lookup in -device, device_add, netdev_delMarkus Armbruster
2011-07-19Fix automatically assigned network names for netdevMarkus Armbruster
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell
2011-06-22net: Don't warn about the default network setupPeter Maydell
2011-06-22Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-04-01net: Improve the warnings for dubious command line option combinationsPeter Maydell
2011-04-01Fix net_check_clients warnings: make it per vlan.Tristan Gingold
2011-03-06net: Add the missing option declaration of "vhostforce"Jason Wang
2011-03-06net: remove parse_host_src_port() functionJuan Quintela
2011-03-06net: Use iov helper functionsBenjamin Poirier
2011-03-05net: fix qemu_can_send_packet logicVincent Palatin
2011-02-20net: notify peer about link status changeMichael S. Tsirkin
2010-12-09net/sock: option to specify local addressMike Ryan
2010-10-27net: properly handle illegal fd/vhostfd from command lineJason Wang
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-07-01net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura
2010-06-30net: Fix VM start with '-net none'Amit Shah
2010-06-14Make netdev_del delete the netdev even when it's in useMarkus Armbruster
2010-06-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-06-09net: Fix hotplug with pci_addAmit Shah
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster
2010-04-18monitor: Use argument type 'b' for set_linkMarkus Armbruster
2010-04-18monitor: New commands netdev_add, netdev_delMarkus Armbruster
2010-04-18error: Convert net_client_init() to QErrorMarkus Armbruster
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah
2010-02-21Allow const QemuOptDescBlue Swirl
2010-02-20Fix warning on OpenBSDBlue Swirl
2010-02-19net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster
2010-02-19net: info network shows only VLAN clients, fixMarkus Armbruster
2010-02-19net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster