From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmmWF-0007HS-1V for qemu-devel@nongnu.org; Fri, 29 Jul 2011 08:50:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmmWD-0000lE-Qs for qemu-devel@nongnu.org; Fri, 29 Jul 2011 08:50:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmmWD-0000l9-G6 for qemu-devel@nongnu.org; Fri, 29 Jul 2011 08:50:21 -0400 Message-ID: <4E32AD3A.4010601@redhat.com> Date: Fri, 29 Jul 2011 14:53:14 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1311783711-8129-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1311783711-8129-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH -V2] coroutine: Add CoRwlock support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Am 27.07.2011 18:21, schrieb Aneesh Kumar K.V: > Signed-off-by: Aneesh Kumar K.V > --- > qemu-coroutine-lock.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ > qemu-coroutine.h | 12 ++++++++++++ > 2 files changed, 56 insertions(+), 0 deletions(-) Looks good to me. What's your plan with getting this merged? Are you going to just include it with another series that you'll send once the basic coroutine support is in? Kevin