76 Commits (52b262051209bcf6064ca3a8bc8dbe0c04a6960d)

Author SHA1 Message Date
Marc-André Lureau 35f2fd04ce linux-user: fix tcg/mmap test 10 years ago
Riku Voipio 5fbf66e6a1 linux-user: drop __cygwin__ ifdef 10 years ago
Alex Bennée 301e40ed80 translate-all: add DEBUG_LOCKING asserts 10 years ago
Felix Janda 52956a9b46 linux-user: use libc wrapper instead of direct mremap syscall 10 years ago
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Peter Maydell d39594e9d9 linux-user: Clean up includes 11 years ago
Chen Gang 530c003252 linux-user/mmap.c: Use end instead of real_end in target_mmap 11 years ago
Chen Gang e6deac9cf9 linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() 11 years ago
Paolo Bonzini 0c2d70c448 translate-all: ensure host page mask is always extended with 1's 11 years ago
Paolo Bonzini 86abac06c1 linux-user: assert that target_mprotect cannot fail 11 years ago
Laurent Vivier b76f21a707 linux-user: remove useless macros GUEST_BASE and RESERVED_VA 11 years ago
Laurent Vivier 4cbea59869 linux-user: remove --enable-guest-base/--disable-guest-base 11 years ago
Paolo Bonzini 358653391b translate-all: remove unnecessary argument to tb_invalidate_phys_range 11 years ago
Paolo Bonzini 1652b97476 exec: move functions to translate-all.h 11 years ago
Peter Maydell 24cb36a61c configure: Make NPTL non-optional 13 years ago
Jürg Billeter 8384274eda linux-user: Do not ignore mmap failure from host 13 years ago
Richard Henderson a5e7ee467c linux-user: Allocate the right amount of space for non-fixed file maps 14 years ago
Alexander Graf 77a8f1a512 linux-user: Fix stale tbs after mmap 14 years ago
Peter Maydell 59e9d91c7a linux-user: resolve reserved_va vma downwards 15 years ago
Stefan Weil 8186e78311 Fix typo in comment (truely -> truly) 16 years ago
Peter Maydell 4e6557124c linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE 16 years ago
amateur c65ffe6d6c linux-user: mmap_reserve() not controlled by RESERVED_VA 16 years ago
Blue Swirl d0b3e4f5f4 linux-user: fix types in a comparison 16 years ago
Aurelien Jarno 18e9ea8a3f linux-user: fix build on hosts not using guest base 16 years ago
Paul Brook 68a1c81686 Pre-allocate guest address space 16 years ago
Richard Henderson 680c877af4 linux-user: Use qemu-malloc.c. 16 years ago
Paul Brook 2e9a5713f0 Remove PAGE_RESERVED 17 years ago
Paul Brook b480d9b74d Fix usermode virtual address type 17 years ago
Richard Henderson 14f24e1465 linux-user: Fix mmap_find_vma returning invalid addresses. 17 years ago
Richard Henderson 7bc7b099df linux-user: Use h2g_valid in qemu_vmalloc. 17 years ago
Juan Quintela ee636500d6 mmap_frag() users only check for -1 error 17 years ago
Kirill A. Shutemov fb7e378cf9 linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE 17 years ago
Juan Quintela dfd3f85c45 __thread should be before real type 17 years ago
Blue Swirl 1e6eec8b33 Fix Sparse warnings: add "static" 17 years ago
Kirill A. Shutemov fe3b415231 linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets 17 years ago
Juan Quintela 2f7bb8780a rename USE_NPTL to CONFIG_USE_NPTL 17 years ago
Blue Swirl 0bf9e31af1 Fix most warnings (errors with -Werror) when debugging is enabled 17 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
Nathan Froyd df377d0354 linux-user: initialize mmap_mutex properly 17 years ago
Riku Voipio 9ad197d95c export mmap_find_vma for shmat 18 years ago
edgar_igl 54c5a2ae54 Partialy fix mmap at EOF for large pagesize targets in user-mode. 18 years ago
malc baa8c60229 Fix qemu_malloc. 18 years ago
aliguori 1a6f0dbcc0 linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman) 18 years ago
blueswir1 530e7615ce Fix more FSF addresses 18 years ago
blueswir1 3af72a4d98 Fix mremap, based on patch by Kirill A. Shutemov 18 years ago
blueswir1 5caf7bb2c4 Fix compiling without MREMAP_FIXED 18 years ago
aurel32 f19412a2a6 linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly 18 years ago
aurel32 45bc1f5264 linux-user: mmap: add check if requested memory area fits target address space 18 years ago
blueswir1 78f5bf1e6f Include qemu-common.h in order to get prototypes for qemu_malloc etc. 18 years ago
pbrook 17e2377abf Prevent guest reusing host memory allocations. 18 years ago