From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpKMl-0000aF-Qs for qemu-devel@nongnu.org; Thu, 12 Jul 2012 10:27:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpKMe-0004Mz-8e for qemu-devel@nongnu.org; Thu, 12 Jul 2012 10:27:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpKMe-0004Mv-0M for qemu-devel@nongnu.org; Thu, 12 Jul 2012 10:27:32 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6CERVAe009875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jul 2012 10:27:31 -0400 From: Kevin Wolf Date: Thu, 12 Jul 2012 16:27:27 +0200 Message-Id: <1342103249-20888-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qemu-iotests: valgrind support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com 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(-) -- 1.7.6.5