From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpMxr-0004wE-Hd for qemu-devel@nongnu.org; Thu, 12 Jul 2012 13:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpMxq-00052S-Hc for qemu-devel@nongnu.org; Thu, 12 Jul 2012 13:14:07 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:49601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpMxq-00052H-Bc for qemu-devel@nongnu.org; Thu, 12 Jul 2012 13:14:06 -0400 Message-ID: <4FFF05DC.50204@weilnetz.de> Date: Thu, 12 Jul 2012 19:14:04 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1342103249-20888-1-git-send-email-kwolf@redhat.com> <4FFF00AB.2060705@redhat.com> In-Reply-To: <4FFF00AB.2060705@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: Paolo Bonzini Cc: Kevin Wolf , qemu-devel@nongnu.org Am 12.07.2012 18:51, schrieb Paolo Bonzini: > 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 Hi Paolo, at least the data type of the Valgrind stack id should be fixed (see my previous mail which I wrote while you was sending your review). Cheers, Stefan