From: Xiantao Zhang <[email protected]> 1. Disable xen config support for ia64. 2. Only configure ia64-softmmu for ia64.
Signed-off-by: Xiantao Zhang <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/configure b/configure index fc0fb9b..5f448a2 100755 --- a/configure +++ b/configure @@ -337,6 +337,8 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then fi if [ "$cpu" = "ia64" ] ; then kvm="yes" + xen="no" + target_list="ia64-softmmu" cpu_emulation="no" gdbstub="no" slirp="no" -- 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
