From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEjaK-00068c-Uo for qemu-devel@nongnu.org; Mon, 02 Apr 2012 11:54:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEjaE-0006dT-LK for qemu-devel@nongnu.org; Mon, 02 Apr 2012 11:54:24 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:38991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEjaE-0006d3-GH for qemu-devel@nongnu.org; Mon, 02 Apr 2012 11:54:18 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 2 Apr 2012 11:54:14 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id AFE476E8054 for ; Mon, 2 Apr 2012 11:54:10 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q32FrQ9K414392 for ; Mon, 2 Apr 2012 11:53:31 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q32LOIaw010341 for ; Mon, 2 Apr 2012 17:24:18 -0400 Message-ID: <4F79CB71.2040808@us.ibm.com> Date: Mon, 02 Apr 2012 10:53:21 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4F76EA16.7050706@web.de> In-Reply-To: <4F76EA16.7050706@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] slirp: cleanups and a performance boost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel 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(-) >