* [Qemu-devel] [7051] Enable generic accepts-anything cpu by default for usermode emulation.
@ 2009-04-09 15:20 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2009-04-09 15:20 UTC (permalink / raw)
To: qemu-devel
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 <paul@codesourcery.com>
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-09 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 15:20 [Qemu-devel] [7051] Enable generic accepts-anything cpu by default for usermode emulation Paul Brook
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).