Re: [PATCH v3 46/66] linux-user: Split out do_prctl and subroutines

2021-08-19 Thread Richard Henderson
On 8/19/21 6:06 AM, Peter Maydell wrote: On Wed, 18 Aug 2021 at 20:39, Richard Henderson wrote: Since the prctl constants are supposed to be generic, supply any that are not provided by the host. Split out subroutines for PR_GET_FP_MODE, PR_SET_FP_MODE, PR_GET_VL, PR_SET_VL, PR_RESET_KEYS, PR

Re: [PATCH v3 46/66] linux-user: Split out do_prctl and subroutines

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 20:39, Richard Henderson wrote: > > Since the prctl constants are supposed to be generic, supply > any that are not provided by the host. > > Split out subroutines for PR_GET_FP_MODE, PR_SET_FP_MODE, > PR_GET_VL, PR_SET_VL, PR_RESET_KEYS, PR_SET_TAGGED_ADDR_CTRL, > PR_GET_TA