]> git.proxmox.com Git - qemu.git/commit - linux-user/main.c
linux-user: Clarify "Unable to reserve guest address space" error
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Aug 2012 10:36:32 +0000 (11:36 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 27 Aug 2012 07:18:01 +0000 (10:18 +0300)
commit097b8cb840a31ec526cc58778bd8cbab0d2beaaa
treea3990eb3329186df972e7ca3a398ddb6700a6d38
parent333858b77c2b4f7636257808a77822c58bdd80fe
linux-user: Clarify "Unable to reserve guest address space" error

Now that we default to reserving nearly 4GB of RAM for the guest
address space when running a 32 bit linux-user guest on 64 bit
hosts, users are much more likely to run into it. Reword the
message to be more informative about what failed and provide
suggestions for how to fix things.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c