From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools: fix qemu build Date: Thu, 9 Feb 2012 12:09:48 +0100 Message-ID: <4F33A97C.3000500@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060102030603000500050603" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------060102030603000500050603 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Pass --python=$(PYTHON) to qemu's configure. Fixes error: Python not found. Use --python=/path/to/python Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------060102030603000500050603 Content-Type: text/plain; name="xen_tools_qemu.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_tools_qemu.diff" Content-Description: xen_tools_qemu.diff diff -r f27d5c83b05e tools/Makefile --- a/tools/Makefile Mon Feb 06 14:12:36 2012 +0100 +++ b/tools/Makefile Thu Feb 09 11:59:11 2012 +0100 @@ -156,6 +156,7 @@ subdir-all-qemu-xen-dir subdir-install-q -L$(XEN_ROOT)/tools/xenstore" \ --bindir=$(LIBEXEC) \ --disable-kvm \ + --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) install --------------060102030603000500050603 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------060102030603000500050603--