qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix configure for mips o32
@ 2009-06-03 12:28 Arnaud Patard
  2009-06-03 14:29 ` M. Warner Losh
  2009-06-03 14:46 ` Paul Brook
  0 siblings, 2 replies; 9+ messages in thread
From: Arnaud Patard @ 2009-06-03 12:28 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]


The commit 1ad2134f914dfd4c8f92307c94c9a5a1e28f0059 is defining
target_phys_bits and set it to 64 for all mips machines including mipsel
machines which are 32 bit. This patch set it to 32.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix_configure.patch --]
[-- Type: text/x-diff, Size: 457 bytes --]

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-06-05  7:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-03 12:28 [Qemu-devel] [PATCH] fix configure for mips o32 Arnaud Patard
2009-06-03 14:29 ` M. Warner Losh
2009-06-03 15:17   ` Arnaud Patard
2009-06-03 14:46 ` Paul Brook
2009-06-03 15:20   ` Arnaud Patard
2009-06-03 15:22     ` Paul Brook
2009-06-04  9:18       ` Arnaud Patard
2009-06-05  7:29         ` M. Warner Losh
2009-06-03 15:34     ` M. Warner Losh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).