]> Git Repo - qemu.git/commit - exec.c
memory: move preallocation code out of exec.c
authorPaolo Bonzini <[email protected]>
Wed, 14 May 2014 09:43:21 +0000 (17:43 +0800)
committerMichael S. Tsirkin <[email protected]>
Thu, 19 Jun 2014 15:44:19 +0000 (18:44 +0300)
commit38183310be7af6af5ee60e7c9e9647133a7d11c3
tree5b43582a4745b4c604c1366c1f3d47d5aadc0f70
parente1c57ab86f3c4ea6532b51cfecf32770b45f5e7a
memory: move preallocation code out of exec.c

So that backends can use it.

Since we need the page size for efficiency, move code to compute it
out of translate-all.c and into util/oslib-win32.c.

Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Hu Tao <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
exec.c
include/qemu/osdep.h
include/sysemu/os-win32.h
translate-all.c
util/oslib-posix.c
util/oslib-win32.c
This page took 0.025578 seconds and 4 git commands to generate.