Re: [PATCH, BUILD-FIX] linux-user: Conditionalize TUNSETVNETLE

2021-01-05 Thread Laurent Vivier
Le 05/01/2021 à 00:44, Richard Henderson a écrit : > This fixes the build for older ppc64 kernel headers. > > Fixes: 6addf06a3c4 > Cc: Josh Kunz > Cc: Shu-Chun Weng > Cc: Laurent Vivier > Signed-off-by: Richard Henderson > --- > linux-user/ioctls.h | 2 ++ > 1 file changed, 2 insertions(+) >

Re: [PATCH, BUILD-FIX] linux-user: Conditionalize TUNSETVNETLE

2021-01-05 Thread Philippe Mathieu-Daudé
On 1/5/21 12:44 AM, Richard Henderson wrote: > This fixes the build for older ppc64 kernel headers. > > Fixes: 6addf06a3c4 > Cc: Josh Kunz > Cc: Shu-Chun Weng > Cc: Laurent Vivier > Signed-off-by: Richard Henderson > --- > linux-user/ioctls.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewe

[PATCH, BUILD-FIX] linux-user: Conditionalize TUNSETVNETLE

2021-01-04 Thread Richard Henderson
This fixes the build for older ppc64 kernel headers. Fixes: 6addf06a3c4 Cc: Josh Kunz Cc: Shu-Chun Weng Cc: Laurent Vivier Signed-off-by: Richard Henderson --- linux-user/ioctls.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index 661b5daa9f.