* [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e
@ 2023-10-15 14:15 BALATON Zoltan
2023-10-15 15:26 ` BALATON Zoltan
2023-10-16 9:17 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: BALATON Zoltan @ 2023-10-15 14:15 UTC (permalink / raw)
To: qemu-devel, qemu-trivial; +Cc: philmd, Jiaxun Yang
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]
The VIA south bridgges are now mostly used by other machines not just
fuloong2e so split off into a separate section and take maintanership.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
v2:
- Rebase on master
- Take Philippe's offer and accept maintaining it (I hope Philippe can
still help with review and pull requests)
MAINTAINERS | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ca405bc1bc..6b15de530c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1324,10 +1324,7 @@ M: Philippe Mathieu-Daudé <philmd@linaro.org>
R: Jiaxun Yang <jiaxun.yang@flygoat.com>
S: Odd Fixes
F: hw/mips/fuloong2e.c
-F: hw/isa/vt82c686.c
F: hw/pci-host/bonito.c
-F: hw/usb/vt82c686-uhci-pci.c
-F: include/hw/isa/vt82c686.h
F: include/hw/pci-host/bonito.h
F: tests/avocado/machine_mips_fuloong2e.py
@@ -2491,6 +2488,15 @@ S: Maintained
F: hw/isa/piix4.c
F: include/hw/southbridge/piix.h
+VIA South Bridges (VT82C686B, VT8231)
+M: BALATON Zoltan <balaton@eik.bme.hu>
+S: Maintained
+R: Philippe Mathieu-Daudé <philmd@linaro.org>
+R: Jiaxun Yang <jiaxun.yang@flygoat.com>
+F: hw/isa/vt82c686.c
+F: hw/usb/vt82c686-uhci-pci.c
+F: include/hw/isa/vt82c686.h
+
Firmware configuration (fw_cfg)
M: Philippe Mathieu-Daudé <philmd@linaro.org>
R: Gerd Hoffmann <kraxel@redhat.com>
--
2.30.9
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e
2023-10-15 14:15 [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e BALATON Zoltan
@ 2023-10-15 15:26 ` BALATON Zoltan
2023-10-16 9:17 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: BALATON Zoltan @ 2023-10-15 15:26 UTC (permalink / raw)
To: qemu-devel, qemu-trivial; +Cc: philmd, Jiaxun Yang
On Sun, 15 Oct 2023, BALATON Zoltan wrote:
> The VIA south bridgges are now mostly used by other machines not just
Noticed typo bridgges -> bridges, hopefully can be fixed when merging and
don't need another version for it.
Regards,
BALATON Zoltan
> fuloong2e so split off into a separate section and take maintanership.
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> v2:
> - Rebase on master
> - Take Philippe's offer and accept maintaining it (I hope Philippe can
> still help with review and pull requests)
>
> MAINTAINERS | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca405bc1bc..6b15de530c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1324,10 +1324,7 @@ M: Philippe Mathieu-Daud?? <philmd@linaro.org>
> R: Jiaxun Yang <jiaxun.yang@flygoat.com>
> S: Odd Fixes
> F: hw/mips/fuloong2e.c
> -F: hw/isa/vt82c686.c
> F: hw/pci-host/bonito.c
> -F: hw/usb/vt82c686-uhci-pci.c
> -F: include/hw/isa/vt82c686.h
> F: include/hw/pci-host/bonito.h
> F: tests/avocado/machine_mips_fuloong2e.py
>
> @@ -2491,6 +2488,15 @@ S: Maintained
> F: hw/isa/piix4.c
> F: include/hw/southbridge/piix.h
>
> +VIA South Bridges (VT82C686B, VT8231)
> +M: BALATON Zoltan <balaton@eik.bme.hu>
> +S: Maintained
> +R: Philippe Mathieu-Daud?? <philmd@linaro.org>
> +R: Jiaxun Yang <jiaxun.yang@flygoat.com>
> +F: hw/isa/vt82c686.c
> +F: hw/usb/vt82c686-uhci-pci.c
> +F: include/hw/isa/vt82c686.h
> +
> Firmware configuration (fw_cfg)
> M: Philippe Mathieu-Daud?? <philmd@linaro.org>
> R: Gerd Hoffmann <kraxel@redhat.com>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e
2023-10-15 14:15 [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e BALATON Zoltan
2023-10-15 15:26 ` BALATON Zoltan
@ 2023-10-16 9:17 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-16 9:17 UTC (permalink / raw)
To: BALATON Zoltan, qemu-devel, qemu-trivial; +Cc: Jiaxun Yang
On 15/10/23 16:15, BALATON Zoltan wrote:
> The VIA south bridgges are now mostly used by other machines not just
> fuloong2e so split off into a separate section and take maintanership.
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> @@ -2491,6 +2488,15 @@ S: Maintained
> F: hw/isa/piix4.c
> F: include/hw/southbridge/piix.h
>
> +VIA South Bridges (VT82C686B, VT8231)
> +M: BALATON Zoltan <balaton@eik.bme.hu>
> +S: Maintained
> +R: Philippe Mathieu-Daudé <philmd@linaro.org>
Thanks, queued to mips-next, keeping a 'M:' tag here
and fixing typos in subject / bridge.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-16 9:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-15 14:15 [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e BALATON Zoltan
2023-10-15 15:26 ` BALATON Zoltan
2023-10-16 9:17 ` 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).