From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpMcV-00043Y-8W for qemu-devel@nongnu.org; Thu, 12 Jul 2012 12:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpMcU-00071y-99 for qemu-devel@nongnu.org; Thu, 12 Jul 2012 12:52:03 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:59426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpMcU-00071t-2U for qemu-devel@nongnu.org; Thu, 12 Jul 2012 12:52:02 -0400 Received: by pbbro12 with SMTP id ro12so4194480pbb.4 for ; Thu, 12 Jul 2012 09:52:01 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FFF00AB.2060705@redhat.com> Date: Thu, 12 Jul 2012 18:51:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1342103249-20888-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1342103249-20888-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] qemu-iotests: valgrind support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Il 12/07/2012 16:27, Kevin Wolf ha scritto: > Kevin Wolf (2): > coroutine-ucontext: Help valgrind understand coroutines > qemu-iotests: Valgrind support > > configure | 18 ++++++++++++++++++ > coroutine-ucontext.c | 21 +++++++++++++++++++++ > tests/qemu-iotests/common | 11 +++++++++++ > tests/qemu-iotests/common.rc | 10 ++++++++++ > 4 files changed, 60 insertions(+), 0 deletions(-) > Reviewed-by: Paolo Bonzini