summaryrefslogtreecommitdiff
path: root/net/slirp.c
AgeCommit message (Expand)Author
2019-01-14slirp: add clock_get_ns() callbackMarc-André Lureau
2019-01-14slirp: drop <Vista compatibilityMarc-André Lureau
2019-01-14net: do not depend on slirp internalsMarc-André Lureau
2019-01-14slirp: add a callback to log guest errorsMarc-André Lureau
2019-01-14slirp: use a callback structure to interface with qemuMarc-André Lureau
2019-01-14slirp: remove Monitor dependency, return a string for infoMarc-André Lureau
2019-01-14slirp: use a dedicated field for chardev pointerMarc-André Lureau
2019-01-14slirp: associate slirp_output callback with the Slirp contextMarc-André Lureau
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-10-21slirp: Implement RFC2132 TFTP server nameFam Zheng
2018-10-21slirp: Add sanity check for str option lengthFam Zheng
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
2018-09-25net/slirp: Deprecate the [hub_id name] parameter tupleThomas Huth
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-05-31net/slirp: Convert atoi to qemu_strtoi to allow error checkingNia Alarie
2018-05-31slirp: Add domainname option to slirp's DHCP serverBenjamin Drung
2018-05-14net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-01-29net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-09-24slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert
2017-08-03slirp: fill error when failing to initialize user networkHervé Poussineau
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-04-29slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert
2017-04-29slirp: allow host port 0 for hostfwdVincent Bernat
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-11-02slirp: fix CharDriver breakagePaolo Bonzini
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-08-22slirp: fix segv when init failedMarc-André Lureau
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-13slirp: use exit notifier for slirp_smb_cleanupPaolo Bonzini
2016-04-01slirp: Allow disabling IPv4 or IPv6Samuel Thibault
2016-03-29Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2016-03-29Rework ipv6 optionsSamuel Thibault
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave
2016-02-04net: Clean up includesPeter Maydell
2016-02-04net/slirp: Tell the users when they are using deprecated optionsThomas Huth
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-03slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4...Michael Tokarev
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster