From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRr8z-0003xQ-8h for qemu-devel@nongnu.org; Mon, 25 Jul 2016 21:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRr8v-0002JL-Oi for qemu-devel@nongnu.org; Mon, 25 Jul 2016 21:26:48 -0400 Received: from [59.151.112.132] (port=16137 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRr8i-0002H7-91 for qemu-devel@nongnu.org; Mon, 25 Jul 2016 21:26:45 -0400 References: <1469451771-1173-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <5796BDEA.7020604@cn.fujitsu.com> Date: Tue, 26 Jul 2016 09:33:30 +0800 MIME-Version: 1.0 In-Reply-To: <1469451771-1173-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/2] Drop some useless functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Gerd Hoffmann , Eric Blake , "Daniel P. Berrange" Sorry to forgot the v2 changelog: 1, squash two patches into one, and update commit message as Paolo & Eric suggest. 2. Drop another function that is not used On 07/25/2016 09:02 PM, Cao jin wrote: > These functions are not used anymore, drop them first. > Next step is to rip out NonBlockingConnectHandler as Daniel suggested. > > Cc: Daniel P. Berrange > Cc: Gerd Hoffmann > Cc: Paolo Bonzini > Cc: Eric Blake > > Cao jin (2): > util: Drop unused *_nonblocking_connect() functions > util: Drop inet_listen() > > include/qemu/sockets.h | 8 ------ > util/qemu-sockets.c | 74 -------------------------------------------------- > 2 files changed, 82 deletions(-) > -- Yours Sincerely, Cao jin