[PATCH] update/cleanup: remove references to qemu sub-dir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



without this removal configure doesn't work at all

Signed-off-by: Naphtali Sprei <nsprei@xxxxxxxxxx>
---
 kvm/configure |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/kvm/configure b/kvm/configure
index 249c743..a41ab72 100755
--- a/kvm/configure
+++ b/kvm/configure
@@ -38,14 +38,7 @@ usage() {
 	    --qemu-cflags=CFLAGS   CFLAGS to add to qemu configuration
 	    --qemu-ldflags=LDFLAGS LDFLAGS to add to qemu configuration
 
-	Any additional option is given to qemu's configure verbatim; including:
-
 EOF
-    cd qemu
-    ./configure --help | egrep "enable-|disable-" \
-	| grep -v user | grep -v system | grep -v kqemu | grep -v kvm \
-	| sed -e "s/^  /    /g" \
-	| sed -e"s/  enable/enable/g" | sed -e "s/  disable/disable/g"
     exit 1
 }
 
@@ -131,16 +124,6 @@ arch=${arch%%-*}
           --arch="$arch" --processor="$processor" \
           ${cross_prefix:+"--cross-prefix=$cross_prefix"})
 
-#configure qemu
-(cd qemu; ./configure --target-list=$target_exec \
-    --disable-kqemu \
-    --extra-cflags="-I $PWD/../libkvm $qemu_cflags" \
-    --extra-ldflags="-L $PWD/../libkvm $qemu_ldflags" \
-    --kerneldir="$libkvm_kerneldir" \
-    --prefix="$prefix" \
-    ${cross_prefix:+"--cross-prefix=$cross_prefix"} \
-    ${cross_prefix:+"--cpu=$arch"} "${qemu_opts[@]}"
-) || usage
 
 
 cat <<EOF > config.mak
-- 
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux