Markus Armbruster
|
a8d2532645
Include qemu-common.h exactly where needed
|
6 years ago |
Richard Henderson
|
443b7505c6
linux-user: Align mmap_find_vma to host page size
|
6 years ago |
Richard Henderson
|
30ab9ef296
linux-user: Fix shmat emulation by honoring host SHMLBA
|
6 years ago |
Paolo Bonzini
|
7d37435bd5
avoid TABs in files that only contain a few
|
6 years ago |
Alex Bennée
|
38138fab93
linux-user/mmap.c: handle invalid len maps correctly
|
7 years ago |
Paolo Bonzini
|
8bca9a03ec
move public invalidate APIs out of translate-all.{c,h}, clean up
|
7 years ago |
Max Filippov
|
41c97cc022
linux-user: drop unused target_msync function
|
7 years ago |
Max Filippov
|
78cf339039
linux-user: fix target_mprotect/target_munmap error return values
|
7 years ago |
Max Filippov
|
ebf9a3630c
linux-user: fix mmap/munmap/mprotect/mremap/shmat
|
7 years ago |
Maximilian Riemensberger
|
95e6d4305a
linux-user/mmap.c: Avoid choosing NULL as start address
|
7 years ago |
Marc-André Lureau
|
35f2fd04ce
linux-user: fix tcg/mmap test
|
8 years ago |
Riku Voipio
|
5fbf66e6a1
linux-user: drop __cygwin__ ifdef
|
9 years ago |
Alex Bennée
|
301e40ed80
translate-all: add DEBUG_LOCKING asserts
|
8 years ago |
Felix Janda
|
52956a9b46
linux-user: use libc wrapper instead of direct mremap syscall
|
9 years ago |
Paolo Bonzini
|
02d0e09503
os-posix: include sys/mman.h
|
9 years ago |
Peter Maydell
|
d39594e9d9
linux-user: Clean up includes
|
9 years ago |
Chen Gang
|
530c003252
linux-user/mmap.c: Use end instead of real_end in target_mmap
|
9 years ago |
Chen Gang
|
e6deac9cf9
linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
|
9 years ago |
Paolo Bonzini
|
0c2d70c448
translate-all: ensure host page mask is always extended with 1's
|
9 years ago |
Paolo Bonzini
|
86abac06c1
linux-user: assert that target_mprotect cannot fail
|
10 years ago |
Laurent Vivier
|
b76f21a707
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
|
10 years ago |
Laurent Vivier
|
4cbea59869
linux-user: remove --enable-guest-base/--disable-guest-base
|
10 years ago |
Paolo Bonzini
|
358653391b
translate-all: remove unnecessary argument to tb_invalidate_phys_range
|
10 years ago |
Paolo Bonzini
|
1652b97476
exec: move functions to translate-all.h
|
10 years ago |
Peter Maydell
|
24cb36a61c
configure: Make NPTL non-optional
|
12 years ago |
Jürg Billeter
|
8384274eda
linux-user: Do not ignore mmap failure from host
|
12 years ago |
Richard Henderson
|
a5e7ee467c
linux-user: Allocate the right amount of space for non-fixed file maps
|
13 years ago |
Alexander Graf
|
77a8f1a512
linux-user: Fix stale tbs after mmap
|
13 years ago |
Peter Maydell
|
59e9d91c7a
linux-user: resolve reserved_va vma downwards
|
13 years ago |
Stefan Weil
|
8186e78311
Fix typo in comment (truely -> truly)
|
14 years ago |