From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnae6-0002Vs-HG for qemu-devel@nongnu.org; Thu, 22 May 2014 17:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wnae0-0000B7-EA for qemu-devel@nongnu.org; Thu, 22 May 2014 17:35:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnadz-0000Av-Th for qemu-devel@nongnu.org; Thu, 22 May 2014 17:35:20 -0400 Message-ID: <537E6D8E.2040003@redhat.com> Date: Thu, 22 May 2014 23:35:10 +0200 From: Max Reitz MIME-Version: 1.0 References: <1400794231-27403-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1400794231-27403-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 v3 0/7] 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 , Peter Maydell , Fam Zheng , Markus Armbruster , Stefan Hajnoczi On 22.05.2014 23:30, 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". > > > v3: > - Patch 1: > - assume in-tree build when run from the source tree [Fam] > - if "./qemu", "./qemu-io" etc. exist, prefer them over automatic > detection > - 'for binary in "*-softmmu/qemu-system-*"' is not what we want, but > rather 'for binary in *-softmmu/qemu-system-*' Forgot to CC Fam, I hope he'll forgive me. :-) Max