diff options
author | Michael Rolnik | 2020-01-24 01:51:07 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-07-10 17:58:32 +0200 |
commit | c8c0d267fd423dcda81fec5dc35ca7a6c3207213 (patch) | |
tree | 98c95d43ee578714e1aee7e466233e7107b5d023 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-07-v2' i... (diff) | |
download | qemu-c8c0d267fd423dcda81fec5dc35ca7a6c3207213.tar.gz qemu-c8c0d267fd423dcda81fec5dc35ca7a6c3207213.tar.xz qemu-c8c0d267fd423dcda81fec5dc35ca7a6c3207213.zip |
target/avr: Add basic parameters of the new platform
This includes definitions of various basic parameters needed
for integration of a new platform into QEMU.
[AM: Split a larger AVR introduction patch into logical units]
Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Co-developed-by: Michael Rolnik <mrolnik@gmail.com>
Co-developed-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Signed-off-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: Simplify MAINTAINERS right from the start]
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-2-huth@tuxfamily.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6aa54f7f8f..dda872ef2a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -167,6 +167,12 @@ S: Maintained F: hw/arm/smmu* F: include/hw/arm/smmu* +AVR TCG CPUs +M: Michael Rolnik <mrolnik@gmail.com> +R: Sarah Harris <S.E.Harris@kent.ac.uk> +S: Maintained +F: target/avr/ + CRIS TCG CPUs M: Edgar E. Iglesias <edgar.iglesias@gmail.com> S: Maintained |