From: KONRAD Frederic <frederic.konrad@adacore.com> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, atar4qemu@gmail.com, philmd@redhat.com, chouteau@adacore.com, frederic.konrad@adacore.com Subject: [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: add myself for leon3 Date: Thu, 25 Apr 2019 14:18:35 +0200 [thread overview] Message-ID: <1556194715-24427-4-git-send-email-frederic.konrad@adacore.com> (raw) In-Reply-To: <1556194715-24427-1-git-send-email-frederic.konrad@adacore.com> Reviewed-by: Fabien Chouteau <chouteau@adacore.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: KONRAD Frederic <frederic.konrad@adacore.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 23db6f8..6f7d237 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1151,6 +1151,7 @@ F: include/hw/timer/sun4v-rtc.h Leon3 M: Fabien Chouteau <chouteau@adacore.com> +M: KONRAD Frederic <frederic.konrad@adacore.com> S: Maintained F: hw/sparc/leon3.c F: hw/*/grlib* -- 1.8.3.1
WARNING: multiple messages have this Message-ID (diff)
From: KONRAD Frederic <frederic.konrad@adacore.com> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, chouteau@adacore.com, frederic.konrad@adacore.com, philmd@redhat.com, atar4qemu@gmail.com Subject: [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: add myself for leon3 Date: Thu, 25 Apr 2019 14:18:35 +0200 [thread overview] Message-ID: <1556194715-24427-4-git-send-email-frederic.konrad@adacore.com> (raw) Message-ID: <20190425121835.Egf5RS0vRsS4LGBzDhaw-KX1unL8JCIM32gq2bPvl-k@z> (raw) In-Reply-To: <1556194715-24427-1-git-send-email-frederic.konrad@adacore.com> Reviewed-by: Fabien Chouteau <chouteau@adacore.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: KONRAD Frederic <frederic.konrad@adacore.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 23db6f8..6f7d237 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1151,6 +1151,7 @@ F: include/hw/timer/sun4v-rtc.h Leon3 M: Fabien Chouteau <chouteau@adacore.com> +M: KONRAD Frederic <frederic.konrad@adacore.com> S: Maintained F: hw/sparc/leon3.c F: hw/*/grlib* -- 1.8.3.1
next prev parent reply other threads:[~2019-04-25 12:18 UTC|newest] Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-25 12:18 [Qemu-devel] [PATCH v2 0/3] Leon3 patches KONRAD Frederic 2019-04-25 12:18 ` KONRAD Frederic 2019-04-25 12:18 ` [Qemu-devel] [PATCH v2 1/3] leon3: add a little bootloader KONRAD Frederic 2019-04-25 12:18 ` KONRAD Frederic 2019-04-25 12:48 ` Philippe Mathieu-Daudé 2019-04-25 12:48 ` Philippe Mathieu-Daudé 2019-05-03 7:53 ` Mark Cave-Ayland 2019-05-03 7:53 ` Mark Cave-Ayland 2019-05-03 8:10 ` Mark Cave-Ayland 2019-05-03 8:10 ` Mark Cave-Ayland 2019-05-03 8:18 ` KONRAD Frederic 2019-05-03 8:18 ` KONRAD Frederic 2019-05-03 8:24 ` Mark Cave-Ayland 2019-05-03 8:24 ` Mark Cave-Ayland 2019-04-25 12:18 ` [Qemu-devel] [PATCH v2 2/3] leon3: introduce the plug and play mecanism KONRAD Frederic 2019-04-25 12:18 ` KONRAD Frederic 2019-05-03 8:09 ` Mark Cave-Ayland 2019-05-03 8:09 ` Mark Cave-Ayland 2019-05-03 8:24 ` KONRAD Frederic 2019-05-03 8:24 ` KONRAD Frederic 2019-05-03 8:37 ` Mark Cave-Ayland 2019-05-03 8:37 ` Mark Cave-Ayland 2019-04-25 12:18 ` KONRAD Frederic [this message] 2019-04-25 12:18 ` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: add myself for leon3 KONRAD Frederic 2019-05-03 8:11 ` Mark Cave-Ayland 2019-05-03 8:11 ` Mark Cave-Ayland 2019-05-03 8:19 ` [Qemu-devel] [PATCH v2 0/3] Leon3 patches Mark Cave-Ayland 2019-05-03 8:19 ` Mark Cave-Ayland 2019-05-03 8:39 ` KONRAD Frederic 2019-05-03 8:39 ` KONRAD Frederic
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1556194715-24427-4-git-send-email-frederic.konrad@adacore.com \ --to=frederic.konrad@adacore.com \ --cc=atar4qemu@gmail.com \ --cc=chouteau@adacore.com \ --cc=mark.cave-ayland@ilande.co.uk \ --cc=peter.maydell@linaro.org \ --cc=philmd@redhat.com \ --cc=qemu-devel@nongnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).