The following changes since commit 160e5c22e55b3f775c2003dfc626fa872ee4a7a1:
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2018-11-09 10:54:10 +0000) are available in the Git repository at: https://people.debian.org/~sthibault/qemu.git tags/samuel-thibault for you to fetch changes up to 5c75f3adbbfcdf8fae6e74875b44efb8d928974a: slirp: fork_exec(): create and connect child socket before fork() (2018-11-10 15:07:53 +0100) ---------------------------------------------------------------- slirp updates Peter Maydell (4): slirp: Don't pass possibly -1 fd to send() slirp: Use g_new() to allocate sockets in socreate() slirp: Remove code that handles socreate() failure slirp: fork_exec(): create and connect child socket before fork() ---------------------------------------------------------------- Peter Maydell (4): slirp: Don't pass possibly -1 fd to send() slirp: Use g_new() to allocate sockets in socreate() slirp: Remove code that handles socreate() failure slirp: fork_exec(): create and connect child socket before fork() slirp/ip_icmp.c | 2 +- slirp/misc.c | 55 ++++++++++++++++++++++++++++++++++--------------------- slirp/slirp.c | 14 +++++++++++--- slirp/socket.c | 17 ++++++----------- slirp/tcp_input.c | 7 +++---- slirp/tcp_subr.c | 7 +------ slirp/udp.c | 6 ------ slirp/udp6.c | 3 --- 8 files changed, 56 insertions(+), 55 deletions(-)