summaryrefslogtreecommitdiff
path: root/net/slirp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+2
2018-01-29net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth1-10/+23
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth1-34/+0
2017-09-24slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert1-1/+12
2017-08-03slirp: fill error when failing to initialize user networkHervé Poussineau1-40/+94
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-04-29slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert1-13/+17
2017-04-29slirp: allow host port 0 for hostfwdVincent Bernat1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-11-02slirp: fix CharDriver breakagePaolo Bonzini1-2/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-1/+0
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-3/+4
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-7/+16
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-08-22slirp: fix segv when init failedMarc-André Lureau1-1/+3
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-3/+3
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-3/+3
2016-07-13slirp: use exit notifier for slirp_smb_cleanupPaolo Bonzini1-0/+11
2016-04-01slirp: Allow disabling IPv4 or IPv6Samuel Thibault1-6/+30
2016-03-29Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-3/+3
2016-03-29Rework ipv6 optionsSamuel Thibault1-3/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave1-6/+75
2016-02-04net: Clean up includesPeter Maydell1-1/+1
2016-02-04net/slirp: Tell the users when they are using deprecated optionsThomas Huth1-0/+3
2015-11-02net: Convert to new qapi union layoutEric Blake1-2/+2
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-03slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4...Michael Tokarev1-4/+3
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster1-1/+2
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-2/+2
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-11-21net/slirp: fix memory leakGonglei1-2/+1
2014-11-11slirp/smbd: modify/set several parameters in generated smbd.confPeter Wu1-1/+8
2014-11-02net/slirp: specify logbase for smbdMichael Tokarev1-2/+2
2014-09-02slirp: Honour vlan/stack in hostfwd_remove commandsPeter Maydell1-2/+1
2014-07-18slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stackPeter Maydell1-0/+1
2014-04-28slirp/smb: Move ncalrpc directory to tmpMichael Buesch1-0/+2
2014-03-12slirp smb with modern win guests when samba is also running on hostMichael Tokarev1-1/+2
2014-03-12qemu/slirp: Fix SMB security configuration on newer samba versionsMichael Buesch1-1/+2
2013-06-19fix -net user checks by reordering checksBas van Sisseren1-6/+6
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede1-0/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-1/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1