Re: [PATCH 05/24] linux-user: Split TARGET_PROT_* out of syscall_defs.h

2023-07-03 Thread Philippe Mathieu-Daudé
On 30/6/23 15:21, Richard Henderson wrote: Move the values into the per-target target_mman.h headers Signed-off-by: Richard Henderson --- linux-user/aarch64/target_mman.h | 3 +++ linux-user/generic/target_mman.h | 4 linux-user/mips/target_mman.h| 2 ++ linux-user/syscall_defs

Re: [PATCH 05/24] linux-user: Split TARGET_PROT_* out of syscall_defs.h

2023-07-03 Thread Alex Bennée
Richard Henderson writes: > Move the values into the per-target target_mman.h headers > > Signed-off-by: Richard Henderson > --- > linux-user/aarch64/target_mman.h | 3 +++ > linux-user/generic/target_mman.h | 4 > linux-user/mips/target_mman.h| 2 ++ > linux-user/syscall_defs.h

[PATCH 05/24] linux-user: Split TARGET_PROT_* out of syscall_defs.h

2023-06-30 Thread Richard Henderson
Move the values into the per-target target_mman.h headers Signed-off-by: Richard Henderson --- linux-user/aarch64/target_mman.h | 3 +++ linux-user/generic/target_mman.h | 4 linux-user/mips/target_mman.h| 2 ++ linux-user/syscall_defs.h| 11 --- linux-user/xtensa/tar