From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkuHU-0006lK-4M for qemu-devel@nongnu.org; Thu, 15 May 2014 07:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkuHO-0007sX-16 for qemu-devel@nongnu.org; Thu, 15 May 2014 07:57:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkuHN-0007sQ-PC for qemu-devel@nongnu.org; Thu, 15 May 2014 07:56:53 -0400 Date: Thu, 15 May 2014 13:56:49 +0200 From: Kevin Wolf Message-ID: <20140515115649.GE3822@noname.redhat.com> References: <1400153676-30180-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400153676-30180-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] Revert "iotests: Use configured python" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Markus Armbruster , qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz Am 15.05.2014 um 13:34 hat Peter Maydell geschrieben: > This reverts commit f915db07ef9c368ea6db6430256de064fdd1525f. > > This commit is broken because it does not account for the > build tree and the source tree being different, and can cause > build failures for out-of-tree builds. Revert it until we can > identify a better solution to the problem. > > Signed-off-by: Peter Maydell > --- > I have an increasingly large queue of pull requests which I'm > currently not processing pending a fix to this build breakage. > Reverting the commit seems the simplest solution to unblocking > this... Barring objections I'm going to commit this to master > this afternoon. Acked-by: Kevin Wolf