qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section
@ 2021-02-09  2:11 Alistair Francis
  2021-02-09  2:14 ` Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alistair Francis @ 2021-02-09  2:11 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv; +Cc: alistair.francis, bmeng.cn, palmer, alistair23

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Bin Meng <bin.meng@windriver.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d8b0bf966..c347d49bd2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1359,6 +1359,15 @@ F: include/hw/misc/mchp_pfsoc_dmc.h
 F: include/hw/misc/mchp_pfsoc_ioscb.h
 F: include/hw/misc/mchp_pfsoc_sysreg.h
 
+SiFive Machines
+M: Alistair Francis <Alistair.Francis@wdc.com>
+M: Bin Meng <bin.meng@windriver.com>
+M: Palmer Dabbelt <palmer@dabbelt.com>
+L: qemu-riscv@nongnu.org
+S: Supported
+F: hw/*/*sifive*.c
+F: include/hw/*/*sifive*.h
+
 RX Machines
 -----------
 rx-gdbsim
-- 
2.30.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section
  2021-02-09  2:11 [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section Alistair Francis
@ 2021-02-09  2:14 ` Bin Meng
  2021-02-09  9:03   ` Philippe Mathieu-Daudé
  2021-02-09  2:17 ` Palmer Dabbelt
  2021-02-10 22:32 ` Alistair Francis
  2 siblings, 1 reply; 5+ messages in thread
From: Bin Meng @ 2021-02-09  2:14 UTC (permalink / raw)
  To: Alistair Francis
  Cc: Palmer Dabbelt, open list:RISC-V,
	qemu-devel@nongnu.org Developers, Alistair Francis

On Tue, Feb 9, 2021 at 10:11 AM Alistair Francis
<alistair.francis@wdc.com> wrote:

nits: SiFIve => SiFive in the title

>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> Acked-by: Bin Meng <bin.meng@windriver.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>

Regards,
Bin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section
  2021-02-09  2:11 [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section Alistair Francis
  2021-02-09  2:14 ` Bin Meng
@ 2021-02-09  2:17 ` Palmer Dabbelt
  2021-02-10 22:32 ` Alistair Francis
  2 siblings, 0 replies; 5+ messages in thread
From: Palmer Dabbelt @ 2021-02-09  2:17 UTC (permalink / raw)
  To: Alistair Francis
  Cc: Alistair Francis, bmeng.cn, qemu-riscv, qemu-devel, alistair23

"SiFive", not "SiFIve", in the subject.

On Mon, 08 Feb 2021 18:11:27 PST (-0800), Alistair Francis wrote:
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> Acked-by: Bin Meng <bin.meng@windriver.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d8b0bf966..c347d49bd2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1359,6 +1359,15 @@ F: include/hw/misc/mchp_pfsoc_dmc.h
>  F: include/hw/misc/mchp_pfsoc_ioscb.h
>  F: include/hw/misc/mchp_pfsoc_sysreg.h
>
> +SiFive Machines
> +M: Alistair Francis <Alistair.Francis@wdc.com>
> +M: Bin Meng <bin.meng@windriver.com>
> +M: Palmer Dabbelt <palmer@dabbelt.com>
> +L: qemu-riscv@nongnu.org
> +S: Supported
> +F: hw/*/*sifive*.c
> +F: include/hw/*/*sifive*.h
> +
>  RX Machines
>  -----------
>  rx-gdbsim

Aside from that

Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>
Acked-by: Palmer Dabbelt <palmerdabbelt@google.com>

Thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section
  2021-02-09  2:14 ` Bin Meng
@ 2021-02-09  9:03   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-09  9:03 UTC (permalink / raw)
  To: Bin Meng, Alistair Francis, QEMU Trivial
  Cc: open list:RISC-V, Palmer Dabbelt,
	qemu-devel@nongnu.org Developers, Alistair Francis

On 2/9/21 3:14 AM, Bin Meng wrote:
> On Tue, Feb 9, 2021 at 10:11 AM Alistair Francis
> <alistair.francis@wdc.com> wrote:
> 
> nits: SiFIve => SiFive in the title

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section
  2021-02-09  2:11 [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section Alistair Francis
  2021-02-09  2:14 ` Bin Meng
  2021-02-09  2:17 ` Palmer Dabbelt
@ 2021-02-10 22:32 ` Alistair Francis
  2 siblings, 0 replies; 5+ messages in thread
From: Alistair Francis @ 2021-02-10 22:32 UTC (permalink / raw)
  To: Alistair Francis
  Cc: Palmer Dabbelt, Bin Meng, open list:RISC-V,
	qemu-devel@nongnu.org Developers

On Mon, Feb 8, 2021 at 6:11 PM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> Acked-by: Bin Meng <bin.meng@windriver.com>

Thanks!

Applied to riscv-to-apply.next with the title fixed.

Alistair

> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d8b0bf966..c347d49bd2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1359,6 +1359,15 @@ F: include/hw/misc/mchp_pfsoc_dmc.h
>  F: include/hw/misc/mchp_pfsoc_ioscb.h
>  F: include/hw/misc/mchp_pfsoc_sysreg.h
>
> +SiFive Machines
> +M: Alistair Francis <Alistair.Francis@wdc.com>
> +M: Bin Meng <bin.meng@windriver.com>
> +M: Palmer Dabbelt <palmer@dabbelt.com>
> +L: qemu-riscv@nongnu.org
> +S: Supported
> +F: hw/*/*sifive*.c
> +F: include/hw/*/*sifive*.h
> +
>  RX Machines
>  -----------
>  rx-gdbsim
> --
> 2.30.0
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-10 22:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09  2:11 [PATCH v1 1/1] MAINTAINERS: Add a SiFIve machine section Alistair Francis
2021-02-09  2:14 ` Bin Meng
2021-02-09  9:03   ` Philippe Mathieu-Daudé
2021-02-09  2:17 ` Palmer Dabbelt
2021-02-10 22:32 ` Alistair Francis

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).