Re: [PATCH v7 14/15] meson: Move linux_user_ss to linux-user/

2021-12-14 Thread Philippe Mathieu-Daudé
On 12/14/21 01:26, Richard Henderson wrote: > We have no need to reference linux_user_ss outside of linux-user. > Go ahead and merge it directly into specific_ss. > > Reviewed-by: Warner Losh > Signed-off-by: Richard Henderson > --- > meson.build| 3 --- > linux-user/meson.build | 4

[PATCH v7 14/15] meson: Move linux_user_ss to linux-user/

2021-12-13 Thread Richard Henderson
We have no need to reference linux_user_ss outside of linux-user. Go ahead and merge it directly into specific_ss. Reviewed-by: Warner Losh Signed-off-by: Richard Henderson --- meson.build| 3 --- linux-user/meson.build | 4 2 files changed, 4 insertions(+), 3 deletions(-) dif