[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is en
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is enabled |
Date: |
Mon, 16 Mar 2020 11:57:03 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
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é <address@hidden>
> ---
> v2: Use single line with ifeq='yyyy' (lvivier, rth)
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
- [PATCH v2 00/12] user-mode: Prune build dependencies (part 1), Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is enabled, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 02/12] configure: Avoid building TCG when not needed, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 03/12] tests/Makefile: Only display TCG-related tests when TCG is available, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 04/12] tests/Makefile: Restrict some softmmu-only tests, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 05/12] util/Makefile: Reduce the user-mode object list, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 06/12] stubs/Makefile: Reduce the user-mode object list, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 07/12] target/riscv/cpu: Restrict CPU migration to system-mode, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 08/12] exec: Assert CPU migration is not used on user-only build, Philippe Mathieu-Daudé, 2020/03/15
- [PATCH v2 09/12] arch_init: Remove unused 'qapi-commands-misc.h' include, Philippe Mathieu-Daudé, 2020/03/15