Index: qemu/configure =================================================================== --- qemu.orig/configure +++ qemu/configure @@ -1970,7 +1970,7 @@ case "$target_cpu" in echo "#define TARGET_ARCH \"mips\"" >> $config_h echo "#define TARGET_MIPS 1" >> $config_h echo "#define TARGET_ABI_MIPSO32 1" >> $config_h - target_phys_bits=64 + target_phys_bits=32 ;; mipsn32|mipsn32el) echo "TARGET_ARCH=mipsn32" >> $config_mak