Re: [PATCH] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity

2022-01-29 Thread Serge Belyshev
Laurent Vivier writes: > > Reviewed-by: Laurent Vivier > Applied to my linux-user-for-7.0 branch. Thanks! > perhaps you could also add RLIMIT_RTTIME (15) and update > target_to_host_resource()? > > The next step would be to move the generic definitions to a new file > in linux-user/generic/t

Re: [PATCH] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity

2022-01-27 Thread Laurent Vivier
Le 15/01/2022 à 12:32, Serge Belyshev a écrit : Alpha uses different values of some TARGET_RLIMIT_* constants, which were missing and caused bugs like #577, fixed thus. Also rearranged all three (alpha, mips and sparc) that differ from everyone else for clarity. Signed-off-by: Serge Belyshev R

Re: [PATCH] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity

2022-01-27 Thread Laurent Vivier
Le 15/01/2022 à 12:32, Serge Belyshev a écrit : Alpha uses different values of some TARGET_RLIMIT_* constants, which were missing and caused bugs like #577, fixed thus. Also rearranged all three (alpha, mips and sparc) that differ from everyone else for clarity. Signed-off-by: Serge Belyshev R

[PATCH] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity

2022-01-23 Thread Serge Belyshev
Alpha uses different values of some TARGET_RLIMIT_* constants, which were missing and caused bugs like #577, fixed thus. Also rearranged all three (alpha, mips and sparc) that differ from everyone else for clarity. Signed-off-by: Serge Belyshev Resolves: https://gitlab.com/qemu-project/qemu/-/is