Age | Commit message (Expand) | Author |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-04 | Merge remote-tracking branch 'mst/for_anthony' into staging | Anthony Liguori |
2011-07-23 | net: Consistently use qemu_macaddr_default_if_unset | Jan Kiszka |
2011-07-23 | net: Dump client type 'info network' | Jan Kiszka |
2011-07-23 | net: Refactor net_client_types | Jan Kiszka |
2011-07-23 | net: Improve layout of 'info network' | Jan Kiszka |
2011-07-19 | Fix netdev name lookup in -device, device_add, netdev_del | Markus Armbruster |
2011-07-19 | Fix automatically assigned network names for netdev | Markus Armbruster |
2011-06-24 | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster |
2011-06-22 | net: Warn about "-net nic" options which were ignored | Peter Maydell |
2011-06-22 | net: Don't warn about the default network setup | Peter Maydell |
2011-06-22 | Revert "net: Improve the warnings for dubious command line option combinations" | Peter Maydell |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl |
2011-04-01 | net: Improve the warnings for dubious command line option combinations | Peter Maydell |
2011-04-01 | Fix net_check_clients warnings: make it per vlan. | Tristan Gingold |
2011-03-06 | net: Add the missing option declaration of "vhostforce" | Jason Wang |
2011-03-06 | net: remove parse_host_src_port() function | Juan Quintela |
2011-03-06 | net: Use iov helper functions | Benjamin Poirier |
2011-03-05 | net: fix qemu_can_send_packet logic | Vincent Palatin |
2011-02-20 | net: notify peer about link status change | Michael S. Tsirkin |
2010-12-09 | net/sock: option to specify local address | Mike Ryan |
2010-10-27 | net: properly handle illegal fd/vhostfd from command line | Jason Wang |
2010-10-06 | net: delay freeing peer host device | Michael S. Tsirkin |
2010-08-22 | QemuOpts: make most qemu_*_opts static | Gerd Hoffmann |
2010-07-01 | net: delete QemuOpts when net_client_init() fails. | Yoshiaki Tamura |
2010-06-30 | net: Fix VM start with '-net none' | Amit Shah |
2010-06-14 | Make netdev_del delete the netdev even when it's in use | Markus Armbruster |
2010-06-10 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori |
2010-06-09 | net: Fix hotplug with pci_add | Amit Shah |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino |
2010-04-18 | monitor: Convert do_set_link() to QObject, QError | Markus Armbruster |
2010-04-18 | monitor: Use argument type 'b' for set_link | Markus Armbruster |
2010-04-18 | monitor: New commands netdev_add, netdev_del | Markus Armbruster |
2010-04-18 | error: Convert net_client_init() to QError | Markus Armbruster |
2010-04-18 | error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() | Markus Armbruster |
2010-04-10 | net: remove broken net_set_boot_mask() boot device validation | Eduardo Habkost |
2010-04-10 | net: remove NICInfo.bootable field | Eduardo Habkost |
2010-04-01 | tap: add vhost/vhostfd options | Michael S. Tsirkin |
2010-03-16 | qemu-option: Move the implied first name into QemuOptsList | Markus Armbruster |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2010-03-09 | qdev: Catch attempt to attach more than one device to a netdev | Markus Armbruster |
2010-03-08 | qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors | Amit Shah |
2010-02-21 | Allow const QemuOptDesc | Blue Swirl |
2010-02-20 | Fix warning on OpenBSD | Blue Swirl |
2010-02-19 | net: Monitor command set_link finds only VLAN clients, fix | Markus Armbruster |
2010-02-19 | net: info network shows only VLAN clients, fix | Markus Armbruster |
2010-02-19 | net: net_check_clients() checks only VLAN clients, fix | Markus Armbruster |
2010-02-19 | net: Fix bogus "Warning: vlan 0 with no nics" with -device | Markus Armbruster |
2010-02-19 | net: net_check_clients() runs too early to see -device, fix | Markus Armbruster |
2010-02-19 | net: Remove unused net_client_uninit() | Markus Armbruster |