[PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section

Thomas Huth posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107102104.14342-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
Posted by Thomas Huth 1 year ago
These machines are the only user of the mx_pic code, so the
header (which is currently "unmaintained" according to the
MAINTAINERS file) should be added to this section.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 48a6507759..215d97e58f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1870,6 +1870,7 @@ M: Max Filippov <jcmvbkbc@gmail.com>
 S: Maintained
 F: hw/xtensa/xtfpga.c
 F: hw/net/opencores_eth.c
+F: include/hw/xtensa/mx_pic.h
 
 Devices
 -------
-- 
2.41.0
Re: [PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
Posted by Max Filippov 1 year ago
On Tue, Nov 7, 2023 at 2:21 AM Thomas Huth <thuth@redhat.com> wrote:
>
> These machines are the only user of the mx_pic code, so the
> header (which is currently "unmaintained" according to the
> MAINTAINERS file) should be added to this section.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Typo in subject: s/XTFPAG/XTFPGA/
Otherwise:
Acked-by: Max Filippov <jcmvbkbc@gmail.com>

-- 
Thanks.
-- Max
Re: [PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
Posted by Philippe Mathieu-Daudé 1 year ago
On 7/11/23 11:44, Max Filippov wrote:
> On Tue, Nov 7, 2023 at 2:21 AM Thomas Huth <thuth@redhat.com> wrote:
>>
>> These machines are the only user of the mx_pic code, so the
>> header (which is currently "unmaintained" according to the
>> MAINTAINERS file) should be added to this section.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>   MAINTAINERS | 1 +
>>   1 file changed, 1 insertion(+)
> 
> Typo in subject: s/XTFPAG/XTFPGA/
> Otherwise:
> Acked-by: Max Filippov <jcmvbkbc@gmail.com>

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

And queued with typo fixed, thanks!