From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtO3M-0007dt-Rv for qemu-devel@nongnu.org; Sat, 07 Jun 2014 17:21:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtO3G-0007Zg-Na for qemu-devel@nongnu.org; Sat, 07 Jun 2014 17:21:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtO3G-0007ZY-FM for qemu-devel@nongnu.org; Sat, 07 Jun 2014 17:21:22 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s57LLKnH025187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sat, 7 Jun 2014 17:21:21 -0400 Message-ID: <53938249.4010504@redhat.com> Date: Sat, 07 Jun 2014 23:21:13 +0200 From: Max Reitz MIME-Version: 1.0 References: <1400966700-23165-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1400966700-23165-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/6] iotests: Allow out-of-tree run List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , Markus Armbruster , Stefan Hajnoczi On 24.05.2014 23:24, Max Reitz wrote: > This series enables qemu-iotests to be run in a build tree outside of > the source tree. It also makes the tests use the command for invoking > the Python interpreter specified through configure instead of always > using "/usr/bin/env python". Ping; I do understand that this series is not urgent, but since I realized out-of-tree builds to be probably superior, I personally base all my own patches on this series, as I don't want to fiddle around with the iotests. Therefore, I'd be glad if someone would review the remaining patches so it can be merged soon. :-) Max