[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 27/29] MCD stub entry added to maintainers file
|
From: |
Alex Bennée |
|
Subject: |
Re: [PATCH v2 27/29] MCD stub entry added to maintainers file |
|
Date: |
Fri, 13 Oct 2023 17:46:06 +0100 |
|
User-agent: |
mu4e 1.11.22; emacs 29.1.50 |
Nicolas Eder <nicolas.eder@lauterbach.com> writes:
> From: neder <nicolas.eder@lauterbach.com>
>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 81625f036b..b6bc8201bb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2832,6 +2832,15 @@ F: tests/tcg/multiarch/gdbstub/
> F: scripts/feature_to_c.sh
> F: scripts/probe-gdb-support.py
>
> +MCD stub
> +M: Nicolas Eder <nicolas.eder@lauterbach.com>
> +R: Alex Bennée <alex.bennee@linaro.org>
> +S: Maintained
> +F: mcdstub/*
> +F: include/exec/mcdstub.h
move to include/mcdstub
Otherwise:
Acked-by: Alex Bennée <alex.bennee@linaro.org>
> +F: include/mcdstub/*
> +F: target/arm/mcdstub.c
> +
> Memory API
> M: Paolo Bonzini <pbonzini@redhat.com>
> M: Peter Xu <peterx@redhat.com>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH v2 21/29] switching between secure and non-secure memory added, (continued)
- [PATCH v2 21/29] switching between secure and non-secure memory added, Nicolas Eder, 2023/10/06
- [PATCH v2 23/29] moved all ARM code to the ARM mcdstub and added now commom header file, Nicolas Eder, 2023/10/06
- [PATCH v2 26/29] moved all mcd related header files into include/mcdstub, Nicolas Eder, 2023/10/06
- [PATCH v2 25/29] Doxygen documentation added, Nicolas Eder, 2023/10/06
- [PATCH v2 20/29] cp register read/write added, Nicolas Eder, 2023/10/06
- [PATCH v2 28/29] added description to out-commented gdb function, Nicolas Eder, 2023/10/06
- [PATCH v2 29/29] introducing the DebugClass. It is used to abstract the gdb/mcd set_stop_cpu function., Nicolas Eder, 2023/10/06
- [PATCH v2 27/29] MCD stub entry added to maintainers file, Nicolas Eder, 2023/10/06
- Re: [PATCH v2 27/29] MCD stub entry added to maintainers file,
Alex Bennée <=
- Re: [PATCH v2 00/29] first version of mcdstub, Philippe Mathieu-Daudé, 2023/10/06
- Re: [PATCH v2 00/29] first version of mcdstub, Alex Bennée, 2023/10/13