]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: fix build on hosts not using guest base
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 30 Jul 2010 19:09:10 +0000 (21:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 30 Jul 2010 19:12:59 +0000 (21:12 +0200)
commite14aad448b9afcd7a2b249715768bf50c3b02034
tree3908b0a1608dd70d1c4904295a4e0070fbd44eae
parent7829bc6c9f25d98038af889217aa30c94ef314f9
linux-user: fix build on hosts not using guest base

Commit 68a1c816868b3e35a1da698af412b29e61b1948a broke qemu on hosts not
using guest base. It uses reserved_va unconditionally in mmap.c. To
avoid to many #ifdef #endif blocks, define RESERVED_VA as either
reserved_va or 0ul, and use it instead of reserved_va, similarly to what
has been done with guest_base/GUEST_BASE.
(cherry picked from commit 18e9ea8a3f36b0a3845e1ac6d8acd180063bed8f)
cpu-all.h
linux-user/mmap.c