From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAEfS-0003iB-Dl for qemu-devel@nongnu.org; Wed, 21 Mar 2012 02:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAEfQ-0006xr-M4 for qemu-devel@nongnu.org; Wed, 21 Mar 2012 02:05:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:56665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAEfQ-0006wS-FH for qemu-devel@nongnu.org; Wed, 21 Mar 2012 02:05:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SAEfP-0004nD-94 for qemu-devel@nongnu.org; Wed, 21 Mar 2012 07:05:03 +0100 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Mar 2012 07:05:03 +0100 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Mar 2012 07:05:03 +0100 From: Paolo Bonzini Date: Wed, 21 Mar 2012 07:04:17 +0100 Message-ID: References: <1332236961-22743-1-git-send-email-pbonzini@redhat.com> <1332236961-22743-2-git-send-email-pbonzini@redhat.com> <4F690F50.8030502@weilnetz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit In-Reply-To: <4F690F50.8030502@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH 1/6] slirp: use socket_set_nonblock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 21/03/2012 00:14, Stefan Weil ha scritto: > Am 20.03.2012 10:49, schrieb Paolo Bonzini: >> Cc: Jan Kiszka >> Signed-off-by: Paolo Bonzini >> --- >> slirp/misc.c | 46 +--------------------------------------------- >> slirp/tcp_subr.c | 4 ++-- >> 2 files changed, 3 insertions(+), 47 deletions(-) >> > > Hi Paolo, > > the compiler complains about the missing declaration of > socket_set_nonblock in slirp/tcp_subr.c: this file should > include qemu_socket.h. Ok, I'll send this patch and a prerequisite separately to Jan, then we can tackle the main loop. Paolo