[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 02/10] MAINTAINERS: Add an 'overall' entry for accelerator
From: |
Thomas Huth |
Subject: |
Re: [PATCH v2 02/10] MAINTAINERS: Add an 'overall' entry for accelerators |
Date: |
Sun, 17 May 2020 19:26:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 15/05/2020 19.07, Philippe Mathieu-Daudé wrote:
> Reviewed-by: Richard Henderson <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> Cc: Paolo Bonzini <address@hidden>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd88a3de49..659092eb43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -415,6 +415,15 @@ S: Supported
> F: target/i386/kvm.c
> F: scripts/kvm/vmxcap
>
> +Guest CPU Cores (other accelerators)
Maybe s/other accelerators/accelerators generic code/ ?
> +------------------------------------
> +Overall
> +M: Richard Henderson <address@hidden>
> +R: Paolo Bonzini <address@hidden>
> +S: Maintained
> +F: include/sysemu/accel.h
> +F: accel/stubs/Makefile.objs
What about accel/accel.c and accel/Makefile.objs ? Should they also be
in the list here?
Thomas
- [PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 01/10] MAINTAINERS: Fix KVM path expansion glob, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 02/10] MAINTAINERS: Add an 'overall' entry for accelerators, Philippe Mathieu-Daudé, 2020/05/15
- Re: [PATCH v2 02/10] MAINTAINERS: Add an 'overall' entry for accelerators,
Thomas Huth <=
- [PATCH v2 03/10] MAINTAINERS: Add an entry for the HAX accelerator, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 04/10] accel/tcg: Add stub for probe_access(), Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 05/10] Makefile: Remove dangerous EOL trailing backslash, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 06/10] Makefile: Write MINIKCONF variables as one entry per line, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 07/10] accel/Kconfig: Extract accel selectors into their own config, Philippe Mathieu-Daudé, 2020/05/15
- [PATCH v2 08/10] accel/Kconfig: Add the TCG selector, Philippe Mathieu-Daudé, 2020/05/15