aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-22Respect Env var for kvm device in qemu2.emu-2.3-releaseTao Wu
2016-12-18Merge changes Icf7a1571,I4d13b49f,Id0105b8c,I3aa7b3e1,Ib14b3c8d, ... into emu...Bo Hu
2016-12-18ipv6: slirp: handle deferred ECONNREFUSED on non-blocking TCP socketsSteven Luo
2016-12-18ipv6: slirp: Propagate host TCP RST to the guest.Edgar E. Iglesias
2016-12-18ipv6: slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns...Steven Luo
2016-12-18ipv6: slirp: don't crash when tcp_sockclosed() is called with a NULL tpSteven Luo
2016-12-18ipv6: slirp: Fix migration from older versions of QEMU to the current oneThomas Huth
2016-12-18ipv6: slirp: Avoid embedding struct mbuf in other structuresSamuel Thibault
2016-12-18ipv6: slirp: send icmp6 errors when UDP send failedSamuel Thibault
2016-12-18ipv6: slirp: Fix memory leak on small incoming ipv4 packetSamuel Thibault
2016-12-18ipv6: slirp: Add IPv6 support to the TFTP codeThomas Huth
2016-12-18ipv6: slirp: Adding IPv6 address for DNS relayGuillaume Subiron
2016-12-18ipv6: slirp: Handle IPv6 in TCP functionsGuillaume Subiron
2016-12-18ipv6: slirp: Reindent after refactoringGuillaume Subiron
2016-12-18ipv6: slirp: Generalizing and neutralizing various TCP functions before addin...Guillaume Subiron
2016-12-18ipv6: slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron
2016-12-18ipv6: slirp: Adding IPv6 UDP supportGuillaume Subiron
2016-12-18ipv6: slirp: Adding ICMPv6 error sendingYann Bordenave
2016-12-18ipv6: slirp: Fix ICMP error sendingYann Bordenave
2016-12-18ipv6: slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron
2016-12-18ipv6: slirp: Adding family argument to tcp_fconnect()Guillaume Subiron
2016-12-18ipv6: slirp: Make udp_attach IPv6 compatibleGuillaume Subiron
2016-12-18ipv6: slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron
2016-12-18ipv6: slirp: Factorizing and cleaning solookup()Guillaume Subiron
2016-12-18ipv6: slirp: Factorizing address translationGuillaume Subiron
2016-12-17ipv6: slirp: Make Socket structure IPv6 compatibleGuillaume Subiron
2016-12-17ipv6: slirp: Adding address family switch for produced framesGuillaume Subiron
2016-12-17ipv6: slirp: Generalizing and neutralizing ARP codeGuillaume Subiron
2016-12-17ipv6: slirp: goto bad in udp_input if sosendto failsGuillaume Subiron
2016-12-17ipv6: ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2016-12-17[video] goldfish dmaLingfeng Yang
2016-12-17ipv6: slirp: Fix type casts and format strings in debug codeStefan Weil
2016-12-17ipv6: Revert "[Qemu2] Add support for http proxy"bohu
2016-12-17ipv6: Revert "Add support for multiple DNS servers"bohu
2016-12-16[pipe] Change supported driver version - driver v3 for dev v2Yurii Zubrytskyi
2016-12-16[qemu2] Make pipe's rw buffer sizes configurable by driverYurii Zubrytskyi
2016-12-16merge in emu-2.3-release history after reset to emu-master-devgitbuildkicker
2016-12-06Merge "Removed unsafe call to paaudio cork on exit" into emu-2.3-releaseJoshua Lang
2016-12-06Limit the max number of thread pool threads in 32-bit WindowsYurii Zubrytskyi
2016-12-06Removed unsafe call to paaudio cork on exitJoshua Lang
2016-12-05merge in emu-2.3-release history after reset to emu-master-devgitbuildkicker
2016-12-02[build] Fix the broken build for clang where explicit cast is neededYurii Zubrytskyi
2016-12-02merge in emu-2.3-release history after reset to emu-master-devgitbuildkicker
2016-12-01[pipe] Speed up big read/write address resolutionYurii Zubrytskyi
2016-12-01Merge "[video] goldfish dma" into emu-master-devTreehugger Robot
2016-12-01[video] goldfish dmaLingfeng Yang
2016-11-29Slirp: Get Windows ipv6 workingbohu
2016-11-29Merge "android: Fix goldfish_fb virtual device." into emu-master-devTreehugger Robot
2016-11-29android: Fix goldfish_fb virtual device.David 'Digit' Turner
2016-11-28Merge "Do not init slirp proxy when op_http_proxy is null" into emu-master-devBo Hu