* [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines
@ 2024-09-26 7:59 Bernhard Beschow
2024-09-26 13:43 ` Cédric Le Goater
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bernhard Beschow @ 2024-09-26 7:59 UTC (permalink / raw)
To: qemu-devel; +Cc: Bernhard Beschow
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
MAINTAINERS | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ffacd60f40..0a191a03db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1430,8 +1430,9 @@ F: hw/pci-host/ppc4xx_pci.c
F: tests/functional/test_ppc_bamboo.py
e500
+M: Bernhard Beschow <shentey@gmail.com>
L: qemu-ppc@nongnu.org
-S: Orphan
+S: Odd Fixes
F: hw/ppc/e500*
F: hw/ppc/ppce500_spin.c
F: hw/gpio/mpc8xxx.c
@@ -1446,8 +1447,9 @@ F: include/hw/ppc/openpic_kvm.h
F: docs/system/ppc/ppce500.rst
mpc8544ds
+M: Bernhard Beschow <shentey@gmail.com>
L: qemu-ppc@nongnu.org
-S: Orphan
+S: Odd Fixes
F: hw/ppc/mpc8544ds.c
F: hw/ppc/mpc8544_guts.c
F: tests/functional/test_ppc_mpc8544ds.py
--
2.46.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines
2024-09-26 7:59 [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines Bernhard Beschow
@ 2024-09-26 13:43 ` Cédric Le Goater
2024-09-26 14:07 ` Daniel Henrique Barboza
2024-10-03 16:05 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Cédric Le Goater @ 2024-09-26 13:43 UTC (permalink / raw)
To: Bernhard Beschow, qemu-devel
On 9/26/24 09:59, Bernhard Beschow wrote:
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
> ---
> MAINTAINERS | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ffacd60f40..0a191a03db 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1430,8 +1430,9 @@ F: hw/pci-host/ppc4xx_pci.c
> F: tests/functional/test_ppc_bamboo.py
>
> e500
> +M: Bernhard Beschow <shentey@gmail.com>
> L: qemu-ppc@nongnu.org
> -S: Orphan
> +S: Odd Fixes
> F: hw/ppc/e500*
> F: hw/ppc/ppce500_spin.c
> F: hw/gpio/mpc8xxx.c
> @@ -1446,8 +1447,9 @@ F: include/hw/ppc/openpic_kvm.h
> F: docs/system/ppc/ppce500.rst
>
> mpc8544ds
> +M: Bernhard Beschow <shentey@gmail.com>
> L: qemu-ppc@nongnu.org
> -S: Orphan
> +S: Odd Fixes
> F: hw/ppc/mpc8544ds.c
> F: hw/ppc/mpc8544_guts.c
> F: tests/functional/test_ppc_mpc8544ds.py
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines
2024-09-26 7:59 [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines Bernhard Beschow
2024-09-26 13:43 ` Cédric Le Goater
@ 2024-09-26 14:07 ` Daniel Henrique Barboza
2024-10-03 16:05 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Henrique Barboza @ 2024-09-26 14:07 UTC (permalink / raw)
To: Bernhard Beschow, qemu-devel
On 9/26/24 4:59 AM, Bernhard Beschow wrote:
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
> ---
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> MAINTAINERS | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ffacd60f40..0a191a03db 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1430,8 +1430,9 @@ F: hw/pci-host/ppc4xx_pci.c
> F: tests/functional/test_ppc_bamboo.py
>
> e500
> +M: Bernhard Beschow <shentey@gmail.com>
> L: qemu-ppc@nongnu.org
> -S: Orphan
> +S: Odd Fixes
> F: hw/ppc/e500*
> F: hw/ppc/ppce500_spin.c
> F: hw/gpio/mpc8xxx.c
> @@ -1446,8 +1447,9 @@ F: include/hw/ppc/openpic_kvm.h
> F: docs/system/ppc/ppce500.rst
>
> mpc8544ds
> +M: Bernhard Beschow <shentey@gmail.com>
> L: qemu-ppc@nongnu.org
> -S: Orphan
> +S: Odd Fixes
> F: hw/ppc/mpc8544ds.c
> F: hw/ppc/mpc8544_guts.c
> F: tests/functional/test_ppc_mpc8544ds.py
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines
2024-09-26 7:59 [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines Bernhard Beschow
2024-09-26 13:43 ` Cédric Le Goater
2024-09-26 14:07 ` Daniel Henrique Barboza
@ 2024-10-03 16:05 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-10-03 16:05 UTC (permalink / raw)
To: Bernhard Beschow, qemu-devel, QEMU Trivial
On 26/9/24 09:59, Bernhard Beschow wrote:
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
> ---
> MAINTAINERS | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-03 16:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26 7:59 [PATCH] MAINTAINERS: Add myself as maintainer of e500 machines Bernhard Beschow
2024-09-26 13:43 ` Cédric Le Goater
2024-09-26 14:07 ` Daniel Henrique Barboza
2024-10-03 16:05 ` Philippe Mathieu-Daudé
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).