From 088ab16c6b04007e5ae34d57256286b0c6607685 Mon Sep 17 00:00:00 2001 From: pbrook Date: Thu, 9 Apr 2009 15:20:50 +0000 Subject: Enable generic accepts-anything cpu by default for usermode emulation. Signed-off-by: Paul Brook git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7051 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user') diff --git a/linux-user/main.c b/linux-user/main.c index dd0058c0bf..21e8128b07 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -2393,7 +2393,7 @@ int main(int argc, char **argv, char **envp) 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) -- cgit v1.2.1