qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7051] Enable generic accepts-anything cpu by default for u


From: Paul Brook
Subject: [Qemu-devel] [7051] Enable generic accepts-anything cpu by default for usermode emulation.
Date: Thu, 09 Apr 2009 15:20:57 +0000

Revision: 7051
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7051
Author:   pbrook
Date:     2009-04-09 15:20:50 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
Enable generic accepts-anything cpu by default for usermode emulation.

Signed-off-by: Paul Brook <address@hidden>

Modified Paths:
--------------
    trunk/linux-user/main.c

Modified: trunk/linux-user/main.c
===================================================================
--- trunk/linux-user/main.c     2009-04-08 23:07:05 UTC (rev 7050)
+++ trunk/linux-user/main.c     2009-04-09 15:20:50 UTC (rev 7051)
@@ -2393,7 +2393,7 @@
         cpu_model = "qemu32";
 #endif
 #elif defined(TARGET_ARM)
-        cpu_model = "arm926";
+        cpu_model = "any";
 #elif defined(TARGET_M68K)
         cpu_model = "any";
 #elif defined(TARGET_SPARC)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]