From: Anthony Liguori <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/configure b/configure
index d658cdf..88830aa 100755
--- a/configure
+++ b/configure
@@ -2126,13 +2126,12 @@ configure_kvm() {
fi
}
-if [ use_upstream_kvm = yes ]; then
-
# Make sure the target and host cpus are compatible
if test ! \( "$target_cpu" = "$cpu" -o \
\( "$target_cpu" = "ppcemb" -a "$cpu" = "ppc" \) -o \
\( "$target_cpu" = "x86_64" -a "$cpu" = "i386" \) -o \
- \( "$target_cpu" = "i386" -a "$cpu" = "x86_64" \) \) ; then
+ \( "$target_cpu" = "i386" -a "$cpu" = "x86_64" \) \) -o \
+ \( "$target_cpu" = "ia64" -a "$cpu" = "ia64" \) \) ; then
target_kvm="no"
fi
# Disable KVM for linux-user
@@ -2140,8 +2139,6 @@ if test "$target_softmmu" = "no" ; then
target_kvm="no"
fi
-fi
-
case "$target_cpu" in
i386)
echo "TARGET_ARCH=i386" >> $config_mak
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html