Re: [PATCH v3 1/5] linux-user: Provide MADV_* definitions

2022-09-23 Thread Laurent Vivier
Le 06/09/2022 à 02:08, Ilya Leoshkevich a écrit : Provide MADV_* definitions using target_mman.h header, similar to what kernel does. Most architectures use the same values, with the exception of alpha and hppa. Signed-off-by: Ilya Leoshkevich --- linux-user/aarch64/target_mman.h | 1 +

[PATCH v3 1/5] linux-user: Provide MADV_* definitions

2022-09-05 Thread Ilya Leoshkevich
Provide MADV_* definitions using target_mman.h header, similar to what kernel does. Most architectures use the same values, with the exception of alpha and hppa. Signed-off-by: Ilya Leoshkevich --- linux-user/aarch64/target_mman.h | 1 + linux-user/alpha/target_mman.h | 8 +++ linux-