From: Hollis Blanchard <[email protected]> The name of the Linux arch directory is "powerpc", not "ppc".
Signed-off-by: Hollis Blanchard <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/configure b/configure index 5f448a2..9a635ae 100755 --- a/configure +++ b/configure @@ -818,6 +818,9 @@ case "$cpu" in i386 | x86_64) kvm_arch="x86" ;; + ppc) + kvm_arch="powerpc" + ;; *) kvm_arch="$cpu" ;; -- 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
