]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: reserve 4GB of vmem for 32-on-64
authorAlexander Graf <agraf@suse.de>
Tue, 13 Dec 2011 23:33:28 +0000 (00:33 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 6 Apr 2012 15:49:58 +0000 (18:49 +0300)
commit288e65b9eea0c9b3cbe21be46f3e24e4e8b2a090
treea8c1be2ee4cebfe819352576ccf921a35a1ac352
parent59e9d91c7ae1b655997aec61c08eec1685414117
linux-user: reserve 4GB of vmem for 32-on-64

When running 32-on-64 bit guests, we should always reserve as much
virtual memory as we possibly can for the guest process, so it can
never overlap with QEMU address space.

Fortunately we already have the infrastructure for that. All that's
missing is some sane default value to also make use of it!

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c