Re: [PATCH v5 15/17] linux-user: Move thunk.c from top-level

2021-11-17 Thread Warner Losh
On Wed, Nov 17, 2021 at 9:04 AM Richard Henderson < richard.hender...@linaro.org> wrote: > So far, linux-user is the only user of these functions. > Clean up the build machinery by restricting it to linux-user. > > Signed-off-by: Richard Henderson > --- > meson.build | 1 - > t

Re: [PATCH v5 15/17] linux-user: Move thunk.c from top-level

2021-11-17 Thread Philippe Mathieu-Daudé
On 11/17/21 17:04, Richard Henderson wrote: > So far, linux-user is the only user of these functions. > Clean up the build machinery by restricting it to linux-user. > > Signed-off-by: Richard Henderson > --- > meson.build | 1 - > thunk.c => linux-user/thunk.c | 0 > linux-use

[PATCH v5 15/17] linux-user: Move thunk.c from top-level

2021-11-17 Thread Richard Henderson
So far, linux-user is the only user of these functions. Clean up the build machinery by restricting it to linux-user. Signed-off-by: Richard Henderson --- meson.build | 1 - thunk.c => linux-user/thunk.c | 0 linux-user/meson.build| 1 + 3 files changed, 1 insertion(+),