From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSh6u-0004fQ-4L for qemu-devel@nongnu.org; Thu, 28 Jul 2016 04:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSh6q-0000Ap-5X for qemu-devel@nongnu.org; Thu, 28 Jul 2016 04:56:08 -0400 Received: from [59.151.112.132] (port=35084 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSh6p-0000Ai-OM for qemu-devel@nongnu.org; Thu, 28 Jul 2016 04:56:04 -0400 References: <1469696074-12744-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <5799CA68.7040503@cn.fujitsu.com> Date: Thu, 28 Jul 2016 17:03:36 +0800 MIME-Version: 1.0 In-Reply-To: <1469696074-12744-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed 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: qemu-devel@nongnu.org Cc: "Daniel P. Berrange" , Paolo Bonzini , Gerd Hoffmann forget to cc maintainers in cover-letter.. 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(-) > -- Yours Sincerely, Cao jin