summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
diff options
context:
space:
mode:
authorbellard2008-05-28 14:30:31 +0200
committerbellard2008-05-28 14:30:31 +0200
commit26a5f13b8eb1281d0552fe323e869806f3cefbfb (patch)
tree6b5d393ea5fba9a28e651dc908f4a3ba9b8ebc32 /linux-user/main.c
parentAlign file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier) (diff)
downloadqemu-26a5f13b8eb1281d0552fe323e869806f3cefbfb.tar.gz
qemu-26a5f13b8eb1281d0552fe323e869806f3cefbfb.tar.xz
qemu-26a5f13b8eb1281d0552fe323e869806f3cefbfb.zip
variable dynamic translation buffer size
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4600 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/main.c')
-rw-r--r--linux-user/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/main.c b/linux-user/main.c
index d5bb1240ca..4087a11ff6 100644
--- a/linux-user/main.c
+++ b/linux-user/main.c
@@ -2115,6 +2115,7 @@ int main(int argc, char **argv)
cpu_model = "any";
#endif
}
+ cpu_exec_init_all(0);
/* NOTE: we need to init the CPU at this stage to get
qemu_host_page_size */
env = cpu_init(cpu_model);