From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwAnz-0000kX-PJ for qemu-devel@nongnu.org; Tue, 31 Jul 2012 07:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwAny-00005Y-Ep for qemu-devel@nongnu.org; Tue, 31 Jul 2012 07:40:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwAny-0008V0-6W for qemu-devel@nongnu.org; Tue, 31 Jul 2012 07:40:02 -0400 Message-ID: <5017C453.8080800@redhat.com> Date: Tue, 31 Jul 2012 13:41:07 +0200 From: Laszlo Ersek MIME-Version: 1.0 In-Reply-To: 1342790753-12727-1-git-send-email-stefanha@linux.vnet.ibm.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] net: Make -netdev socket,listen= work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Zhi Yong Wu (in reply to -- In-Reply-To set, but that may not be enough for the web archive) Looks good to me. A minor nit: 2/2 keeps the close(s->fd) call (instead of calling closesocket(s->fd), like in eoc handling) in net_socket_cleanup(). Reviewed-by: Laszlo Ersek