aboutsummaryrefslogtreecommitdiffstats
path: root/net/slirp.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19slirp: Fix typo in net_slirp_hostfwd_removeGeoffrey Thomas1-1/+1
2011-11-22slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()Markus Armbruster1-5/+4
2011-09-03Allow overriding the location of Samba's smbd.Brad1-1/+1
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-11/+11
2011-07-23net: Refactor net_client_typesJan Kiszka1-1/+1
2011-07-23slirp: Canonicalize restrict syntaxJan Kiszka1-6/+15
2011-06-08slirp: fix guestfwd idAlexander Graf1-1/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-14/+14
2010-03-09slirp: check system() successJuan Quintela1-1/+1
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-4/+0
2010-01-27Fix BSD buildBlue Swirl1-0/+3
2010-01-26net/slirp.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-1/+8
2009-12-03net: convert slirp to NetClientInfoMark McLoughlin1-24/+37
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin1-0/+752