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

Hello,

Please consider for pull,

Note: I haven't done a PR for a while, please let me know if there are any
issues.

The following changes since commit 759c456b1d22fe4083c8b384da27d3f56fd53f82:

  Merge tag 'linux-user-next-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-04-27 12:57:33 -0400)

are available in the Git repository at:

  https://github.com/stffrdhrn/qemu.git tags/or1k-maint-20260505

for you to fetch changes up to 7d20f4ff1d0550ebcd918993ecf04733a353246b:

  MAINTAINERS: Add myself as the OpenRISC virt maintainer (2026-05-05 17:56:18 +0100)

----------------------------------------------------------------
OpenRISC board maintainer updates for 2026-05-05

----------------------------------------------------------------
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] 4+ messages in thread

* [PULL 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim
  2026-05-05 17:29 [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stafford Horne
@ 2026-05-05 17:29 ` Stafford Horne
  2026-05-05 17:29 ` [PULL 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer Stafford Horne
  2026-05-06 18:19 ` [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stafford Horne @ 2026-05-05 17:29 UTC (permalink / raw)
  To: QEMU Development
  Cc: Linux OpenRISC, stefanha, Stafford Horne,
	Philippe Mathieu-Daudé, Peter Maydell

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
 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] 4+ messages in thread

* [PULL 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer
  2026-05-05 17:29 [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stafford Horne
  2026-05-05 17:29 ` [PULL 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
@ 2026-05-05 17:29 ` Stafford Horne
  2026-05-06 18:19 ` [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stafford Horne @ 2026-05-05 17:29 UTC (permalink / raw)
  To: QEMU Development
  Cc: Linux OpenRISC, stefanha, Stafford Horne,
	Philippe Mathieu-Daudé, Peter Maydell

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
 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] 4+ messages in thread

* Re: [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05
  2026-05-05 17:29 [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stafford Horne
  2026-05-05 17:29 ` [PULL 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
  2026-05-05 17:29 ` [PULL 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer Stafford Horne
@ 2026-05-06 18:19 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2026-05-06 18:19 UTC (permalink / raw)
  To: Stafford Horne; +Cc: QEMU Development, Linux OpenRISC, stefanha, Stafford Horne

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2026-05-06 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 17:29 [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stafford Horne
2026-05-05 17:29 ` [PULL 1/2] MAINTAINERS: Add myself as maintainer for or1k-sim Stafford Horne
2026-05-05 17:29 ` [PULL 2/2] MAINTAINERS: Add myself as the OpenRISC virt maintainer Stafford Horne
2026-05-06 18:19 ` [PULL 0/2] OpenRISC board maintainer updates for 2026-05-05 Stefan Hajnoczi

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