From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUA9J-0000qU-Qc for qemu-devel@nongnu.org; Mon, 01 Aug 2016 06:08:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUA9E-0003M5-PJ for qemu-devel@nongnu.org; Mon, 01 Aug 2016 06:08:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUA9E-0003Lz-Jc for qemu-devel@nongnu.org; Mon, 01 Aug 2016 06:08:36 -0400 References: <1469696074-12744-1-git-send-email-caoj.fnst@cn.fujitsu.com> <5799CA68.7040503@cn.fujitsu.com> From: Paolo Bonzini Message-ID: <7047097c-a969-98b0-7a9e-afa714b870d4@redhat.com> Date: Mon, 1 Aug 2016 12:08:30 +0200 MIME-Version: 1.0 In-Reply-To: <5799CA68.7040503@cn.fujitsu.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] Remove the obsolete non-blocking connect List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cao jin , qemu-devel@nongnu.org Cc: "Daniel P. Berrange" , Gerd Hoffmann On 28/07/2016 11:03, Cao jin wrote: > forget to cc maintainers in cover-letter.. Patches 1 and 2 look good, thanks! > On 07/28/2016 04:54 PM, Cao jin wrote: >> v2 changelog: >> 1. revert the yoda-condition in patch 2 (Daniel) >> >> Cao jin (3): >> util: remove the obsolete non-blocking connect >> util: fix some coding style issue >> migration/socket: fix typo in file header >> >> include/qemu/sockets.h | 7 +- >> io/channel-socket.c | 2 +- >> migration/socket.c | 4 +- >> net/socket.c | 2 +- >> util/qemu-sockets.c | 179 >> ++++++++----------------------------------------- >> 5 files changed, 33 insertions(+), 161 deletions(-) >> >