mbox

[PULL,0/4] slirp updates

Message ID 20181110140925.22457-1-samuel.thibault@ens-lyon.org
State New
Headers show

Pull-request

https://people.debian.org/~sthibault/qemu.git tags/samuel-thibault

Message

Samuel Thibault Nov. 10, 2018, 2:09 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 12, 2018, 10:58 a.m. UTC | #1
On 10 November 2018 at 14:09, Samuel Thibault
<samuel.thibault@ens-lyon.org> wrote:
> 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()

Applied, thanks.

-- PMM