From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QodBn-00043l-1V for qemu-devel@nongnu.org; Wed, 03 Aug 2011 11:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QodBY-00064v-1M for qemu-devel@nongnu.org; Wed, 03 Aug 2011 11:16:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QodBX-00064h-OJ for qemu-devel@nongnu.org; Wed, 03 Aug 2011 11:16:40 -0400 Message-ID: <4E3966FE.6090907@redhat.com> Date: Wed, 03 Aug 2011 17:19:26 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1312266771-28726-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1312266771-28726-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 -V3] 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 02.08.2011 08:32, schrieb Aneesh Kumar K.V: > Signed-off-by: Aneesh Kumar K.V > --- > qemu-coroutine-lock.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ > qemu-coroutine.h | 32 ++++++++++++++++++++++++++++++++ > 2 files changed, 76 insertions(+), 0 deletions(-) Thanks, applied to the block branch. Kevin