Re: [PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is enabled

2020-03-19 Thread Philippe Mathieu-Daudé
This patch is reviewed, can it get in 5.0 as build fix? On 3/16/20 12:57 AM, Philippe Mathieu-Daudé wrote: Do not build the virtiofsd helper when configured with --disable-system. Signed-off-by: Philippe Mathieu-Daudé --- v2: Use single line with ifeq='' (lvivier, rth) --- Makefile | 2 +

Re: [PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is enabled

2020-03-16 Thread Richard Henderson
On 3/15/20 4:57 PM, Philippe Mathieu-Daudé wrote: > Do not build the virtiofsd helper when configured with > --disable-system. > > Signed-off-by: Philippe Mathieu-Daudé > --- > v2: Use single line with ifeq='' (lvivier, rth) > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

[PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is enabled

2020-03-15 Thread Philippe Mathieu-Daudé
Do not build the virtiofsd helper when configured with --disable-system. Signed-off-by: Philippe Mathieu-Daudé --- v2: Use single line with ifeq='' (lvivier, rth) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7df22fcc5d..7d27941803