* [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
@ 2023-10-13 6:54 Thomas Huth
2023-10-13 8:51 ` Philippe Mathieu-Daudé
2023-10-16 21:01 ` Michael Tokarev
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2023-10-13 6:54 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Chris Wulff, Marek Vasut
These files obviously belong to the nios2 target, so they should
be listed in the nios2 section in the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6eecd617e0..45eb230465 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -296,7 +296,9 @@ R: Marek Vasut <marex@denx.de>
S: Orphan
F: target/nios2/
F: hw/nios2/
+F: hw/intc/nios2_vic.c
F: disas/nios2.c
+F: include/hw/intc/nios2_vic.h
F: configs/devices/nios2-softmmu/default.mak
F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
F: tests/tcg/nios2/
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
2023-10-13 6:54 [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section Thomas Huth
@ 2023-10-13 8:51 ` Philippe Mathieu-Daudé
2023-10-13 9:12 ` Thomas Huth
2023-10-16 21:01 ` Michael Tokarev
1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-13 8:51 UTC (permalink / raw)
To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Chris Wulff, Marek Vasut
On 13/10/23 08:54, Thomas Huth wrote:
> These files obviously belong to the nios2 target, so they should
> be listed in the nios2 section in the MAINTAINERS file.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6eecd617e0..45eb230465 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -296,7 +296,9 @@ R: Marek Vasut <marex@denx.de>
> S: Orphan
> F: target/nios2/
> F: hw/nios2/
> +F: hw/intc/nios2_vic.c
> F: disas/nios2.c
> +F: include/hw/intc/nios2_vic.h
> F: configs/devices/nios2-softmmu/default.mak
> F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
> F: tests/tcg/nios2/
Could we have a NiosII hardware section instead?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
2023-10-13 8:51 ` Philippe Mathieu-Daudé
@ 2023-10-13 9:12 ` Thomas Huth
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2023-10-13 9:12 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel
Cc: qemu-trivial, Chris Wulff, Marek Vasut
On 13/10/2023 10.51, Philippe Mathieu-Daudé wrote:
> On 13/10/23 08:54, Thomas Huth wrote:
>> These files obviously belong to the nios2 target, so they should
>> be listed in the nios2 section in the MAINTAINERS file.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> MAINTAINERS | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6eecd617e0..45eb230465 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -296,7 +296,9 @@ R: Marek Vasut <marex@denx.de>
>> S: Orphan
>> F: target/nios2/
>> F: hw/nios2/
>> +F: hw/intc/nios2_vic.c
>> F: disas/nios2.c
>> +F: include/hw/intc/nios2_vic.h
>> F: configs/devices/nios2-softmmu/default.mak
>> F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
>> F: tests/tcg/nios2/
>
> Could we have a NiosII hardware section instead?
Is it worth the effort? ... the code is in "Orphan" state anyway...
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
2023-10-13 6:54 [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section Thomas Huth
2023-10-13 8:51 ` Philippe Mathieu-Daudé
@ 2023-10-16 21:01 ` Michael Tokarev
1 sibling, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2023-10-16 21:01 UTC (permalink / raw)
To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Chris Wulff, Marek Vasut
13.10.2023 09:54, Thomas Huth wrote:
> These files obviously belong to the nios2 target, so they should
> be listed in the nios2 section in the MAINTAINERS file.
Queued to trivial-patches, thanks!
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-16 21:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 6:54 [PATCH] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section Thomas Huth
2023-10-13 8:51 ` Philippe Mathieu-Daudé
2023-10-13 9:12 ` Thomas Huth
2023-10-16 21:01 ` Michael Tokarev
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).