WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] fix the build when CONFIG_QEMU is specifi

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] fix the build when CONFIG_QEMU is specified by the user
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Wed, 14 Sep 2011 18:55:15 +0100
Delivery-date: Wed, 14 Sep 2011 11:00:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Stefano Stabellini <sstabellini@xxxxxxxxxxxxx>
# Date 1315925207 -3600
# Node ID 51913fe3d25a3756edf9af02843abdb36873618d
# Parent  e564f2f1b737bc756410b34d886a15711caa288a
fix the build when CONFIG_QEMU is specified by the user

Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Committed-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---


diff -r e564f2f1b737 -r 51913fe3d25a scripts/git-checkout.sh
--- a/scripts/git-checkout.sh   Tue Sep 13 14:52:22 2011 +0100
+++ b/scripts/git-checkout.sh   Tue Sep 13 15:46:47 2011 +0100
@@ -30,7 +30,7 @@
 cd $DIR
 # is this qemu-xen-traditional?
 if test -f $ROOT/xen-setup; then
-       $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS
+       QEMU_ROOT=$ROOT $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS
 # is this qemu-xen?
 elif test -f $ROOT/configure; then
        cd $ROOT

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] fix the build when CONFIG_QEMU is specified by the user, Xen patchbot-unstable <=