Linux OpenRISC platform development
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer
@ 2026-04-28 17:20 Stafford Horne
  2026-04-28 17:20 ` [PATCH 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stafford Horne @ 2026-04-28 17:20 UTC (permalink / raw)
  To: QEMU Development; +Cc: Linux OpenRISC, Peter Maydell, Stafford Horne

In the recent changes from Peter I realized the OpenRISC board maintainers were
not properly documented.  Add myself and ensure virt is properly listed.

Stafford Horne (2):
  MAINTAINERS: Add myself as maintainer for or1k-sim
  MAINTAINERS: Add myself as the OpenRISC virt maintainer

 MAINTAINERS | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

-- 
2.53.0


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

* [PATCH 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim
  2026-04-28 17:20 [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Stafford Horne
@ 2026-04-28 17:20 ` Stafford Horne
  2026-04-28 17:20 ` [PATCH 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer Stafford Horne
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stafford Horne @ 2026-04-28 17:20 UTC (permalink / raw)
  To: QEMU Development; +Cc: Linux OpenRISC, Peter Maydell, Stafford Horne

This was recently orphaned and since I have been handling the OpenRISC
odd fixes for a while I'd like to list myself as maintainer.

Signed-off-by: Stafford Horne <shorne@gmail.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 49f9bce818..44207949d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1509,7 +1509,8 @@ F: include/hw/pci-host/xilinx-pcie.h
 OpenRISC Machines
 -----------------
 or1k-sim
-S: Orphan
+M: Stafford Horne <shorne@gmail.com>
+S: Odd Fixes
 F: docs/system/or1k/or1k-sim.rst
 F: hw/intc/ompic.c
 F: hw/or1k/or1k-sim.c
-- 
2.53.0


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

* [PATCH 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer
  2026-04-28 17:20 [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Stafford Horne
  2026-04-28 17:20 ` [PATCH 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
@ 2026-04-28 17:20 ` Stafford Horne
  2026-04-28 17:57 ` [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Philippe Mathieu-Daudé
  2026-04-28 19:00 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Stafford Horne @ 2026-04-28 17:20 UTC (permalink / raw)
  To: QEMU Development; +Cc: Linux OpenRISC, Peter Maydell, Stafford Horne

I defined the virt board but didn't realize there is a separate section
for listing boards in MAINTAINERS.  Add myself as maintainer.

Signed-off-by: Stafford Horne <shorne@gmail.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 44207949d7..e9807fe6c7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1516,6 +1516,12 @@ F: hw/intc/ompic.c
 F: hw/or1k/or1k-sim.c
 F: tests/functional/or1k/test_sim.py
 
+virt
+M: Stafford Horne <shorne@gmail.com>
+S: Odd Fixes
+F: docs/system/or1k/virt.rst
+F: hw/or1k/virt.c
+
 PowerPC Machines
 ----------------
 Bamboo
-- 
2.53.0


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

* Re: [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer
  2026-04-28 17:20 [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Stafford Horne
  2026-04-28 17:20 ` [PATCH 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
  2026-04-28 17:20 ` [PATCH 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer Stafford Horne
@ 2026-04-28 17:57 ` Philippe Mathieu-Daudé
  2026-04-28 19:00 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-28 17:57 UTC (permalink / raw)
  To: Stafford Horne, QEMU Development; +Cc: Linux OpenRISC, Peter Maydell

On 28/4/26 19:20, Stafford Horne wrote:
> In the recent changes from Peter I realized the OpenRISC board maintainers were
> not properly documented.  Add myself and ensure virt is properly listed.

Thanks Stafford!

Series:

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> Stafford Horne (2):
>    MAINTAINERS: Add myself as maintainer for or1k-sim
>    MAINTAINERS: Add myself as the OpenRISC virt maintainer
> 
>   MAINTAINERS | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)


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

* Re: [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer
  2026-04-28 17:20 [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Stafford Horne
                   ` (2 preceding siblings ...)
  2026-04-28 17:57 ` [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Philippe Mathieu-Daudé
@ 2026-04-28 19:00 ` Peter Maydell
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2026-04-28 19:00 UTC (permalink / raw)
  To: Stafford Horne; +Cc: QEMU Development, Linux OpenRISC

On Tue, 28 Apr 2026 at 18:21, Stafford Horne <shorne@gmail.com> wrote:
>
> In the recent changes from Peter I realized the OpenRISC board maintainers were
> not properly documented.  Add myself and ensure virt is properly listed.
>
> Stafford Horne (2):
>   MAINTAINERS: Add myself as maintainer for or1k-sim
>   MAINTAINERS: Add myself as the OpenRISC virt maintainer
>
>  MAINTAINERS | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM

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

end of thread, other threads:[~2026-04-28 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 17:20 [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Stafford Horne
2026-04-28 17:20 ` [PATCH 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
2026-04-28 17:20 ` [PATCH 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer Stafford Horne
2026-04-28 17:57 ` [PATCH 0/2] MAINTAINERS: Add myself as OpenRISC board maintainer Philippe Mathieu-Daudé
2026-04-28 19:00 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox