From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5aF0-0007LQ-Ls for qemu-devel@nongnu.org; Mon, 19 Sep 2011 05:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5aEu-0003At-Rk for qemu-devel@nongnu.org; Mon, 19 Sep 2011 05:34:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5aEu-0003Ak-Hr for qemu-devel@nongnu.org; Mon, 19 Sep 2011 05:34:12 -0400 Message-ID: <4E770C8E.5090505@redhat.com> Date: Mon, 19 Sep 2011 11:34:06 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1316183152-5481-1-git-send-email-pbonzini@redhat.com> <1316183152-5481-4-git-send-email-pbonzini@redhat.com> <871uvfy95d.wl%morita.kazutaka@lab.ntt.co.jp> <4E74B372.2060505@redhat.com> <4E76F3A9.1090902@redhat.com> In-Reply-To: <4E76F3A9.1090902@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 03/15] sheepdog: move coroutine send/recv function to generic code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, MORITA Kazutaka On 09/19/2011 09:47 AM, Kevin Wolf wrote: > As long as it's clear what the current version is, I don't mind. Do I > understand right that there will be a v3 for patches 3 and 4? Yes. Paolo