mbox

[PULL] slirp: cleanups and a performance boost

Message ID 4F76EA16.7050706@web.de
State New
Headers show

Pull-request

git://git.kiszka.org/qemu.git queues/slirp

Message

Jan Kiszka March 31, 2012, 11:27 a.m. UTC
The following changes since commit 1658dd32408c75e850b55ab0ff70d5cc402674d5:

  sparc: pass page aligned addresses to tlb_set_page (2012-03-27 19:46:42 +0000)

are available in the git repository at:
  git://git.kiszka.org/qemu.git queues/slirp

Jan Kiszka (2):
      w32/slirp: Undefine error constants before their redefinition
      slirp: Signal free input buffer space to io-thread

Paolo Bonzini (2):
      slirp: clean up conflicts with system headers
      slirp: use socket_set_nonblock

 slirp/misc.c     |   46 +---------------------------------------------
 slirp/sbuf.c     |    6 ++++++
 slirp/slirp.h    |   14 +++++++-------
 slirp/tcp.h      |   21 +++++++++++++++------
 slirp/tcp_subr.c |    4 ++--
 5 files changed, 31 insertions(+), 60 deletions(-)

Comments

Anthony Liguori April 2, 2012, 3:53 p.m. UTC | #1
On 03/31/2012 06:27 AM, Jan Kiszka wrote:
> The following changes since commit 1658dd32408c75e850b55ab0ff70d5cc402674d5:
>
>    sparc: pass page aligned addresses to tlb_set_page (2012-03-27 19:46:42 +0000)
>
> are available in the git repository at:
>    git://git.kiszka.org/qemu.git queues/slirp
>
> Jan Kiszka (2):
>        w32/slirp: Undefine error constants before their redefinition
>        slirp: Signal free input buffer space to io-thread
>
> Paolo Bonzini (2):
>        slirp: clean up conflicts with system headers
>        slirp: use socket_set_nonblock

Pulled.  Thanks.

Regards,

Anthony Liguori

>
>   slirp/misc.c     |   46 +---------------------------------------------
>   slirp/sbuf.c     |    6 ++++++
>   slirp/slirp.h    |   14 +++++++-------
>   slirp/tcp.h      |   21 +++++++++++++++------
>   slirp/tcp_subr.c |    4 ++--
>   5 files changed, 31 insertions(+), 60 deletions(-)
>