From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTAzr-0005lH-SN for qemu-devel@nongnu.org; Tue, 30 Oct 2012 08:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTAze-0000Mi-U0 for qemu-devel@nongnu.org; Tue, 30 Oct 2012 08:32:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTAze-0000Md-MM for qemu-devel@nongnu.org; Tue, 30 Oct 2012 08:32:30 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9UCWUHw029364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Oct 2012 08:32:30 -0400 From: Juan Quintela In-Reply-To: <1350555758-29988-8-git-send-email-pbonzini@redhat.com> (Paolo Bonzini's message of "Thu, 18 Oct 2012 12:22:33 +0200") References: <1350555758-29988-1-git-send-email-pbonzini@redhat.com> <1350555758-29988-8-git-send-email-pbonzini@redhat.com> Date: Tue, 30 Oct 2012 13:32:26 +0100 Message-ID: <87d300jg2t.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 07/12] migration: use closesocket, not close Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini wrote: > Windows requires this. Migration does not quite work under Windows > but let's be uniform across QEMU. Reviewed-by: Juan Quintela man don't show this function, but it is already used in qemu-char.c, so ...