Re: [PATCH v7 17/31] linux-user: Move lock_user et al out of line

2021-02-16 Thread Peter Maydell
On Fri, 12 Feb 2021 at 18:49, Richard Henderson wrote: > > These functions are not small, except for unlock_user > without debugging enabled. Move them out of line, and > add missing braces on the way. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > /* Lock an area of gues

Re: [PATCH v7 17/31] linux-user: Move lock_user et al out of line

2021-02-12 Thread Philippe Mathieu-Daudé
On 2/12/21 7:48 PM, Richard Henderson wrote: > These functions are not small, except for unlock_user > without debugging enabled. Move them out of line, and > add missing braces on the way. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > linux-user/qemu.h| 45

[PATCH v7 17/31] linux-user: Move lock_user et al out of line

2021-02-12 Thread Richard Henderson
These functions are not small, except for unlock_user without debugging enabled. Move them out of line, and add missing braces on the way. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/qemu.h| 45 ++- linux-user/uaccess.c