* [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
@ 2023-10-19 15:58 Thomas Huth
2023-10-19 16:02 ` Cédric Le Goater
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2023-10-19 15:58 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-trivial, qemu-ppc, Nicholas Piggin, Daniel Henrique Barboza,
Cédric Le Goater, David Gibson
It's a .c file, not a header!
Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c12511c73b..a110a0c7a4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1418,7 +1418,7 @@ F: hw/pci-host/ppce500.c
F: include/hw/ppc/ppc_e500.h
F: include/hw/pci-host/ppce500.h
F: pc-bios/u-boot.e500
-F: hw/intc/openpic_kvm.h
+F: hw/intc/openpic_kvm.c
F: include/hw/ppc/openpic_kvm.h
F: docs/system/ppc/ppce500.rst
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
2023-10-19 15:58 [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry Thomas Huth
@ 2023-10-19 16:02 ` Cédric Le Goater
2023-10-19 16:17 ` Philippe Mathieu-Daudé
2023-10-21 11:36 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Cédric Le Goater @ 2023-10-19 16:02 UTC (permalink / raw)
To: Thomas Huth, qemu-devel
Cc: qemu-trivial, qemu-ppc, Nicholas Piggin, Daniel Henrique Barboza,
David Gibson
On 10/19/23 17:58, Thomas Huth wrote:
> It's a .c file, not a header!
>
> Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Thanks,
C.
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c12511c73b..a110a0c7a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1418,7 +1418,7 @@ F: hw/pci-host/ppce500.c
> F: include/hw/ppc/ppc_e500.h
> F: include/hw/pci-host/ppce500.h
> F: pc-bios/u-boot.e500
> -F: hw/intc/openpic_kvm.h
> +F: hw/intc/openpic_kvm.c
> F: include/hw/ppc/openpic_kvm.h
> F: docs/system/ppc/ppce500.rst
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
2023-10-19 15:58 [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry Thomas Huth
2023-10-19 16:02 ` Cédric Le Goater
@ 2023-10-19 16:17 ` Philippe Mathieu-Daudé
2023-10-21 11:36 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-19 16:17 UTC (permalink / raw)
To: Thomas Huth, qemu-devel
Cc: qemu-trivial, qemu-ppc, Nicholas Piggin, Daniel Henrique Barboza,
Cédric Le Goater, David Gibson
On 19/10/23 17:58, Thomas Huth wrote:
> It's a .c file, not a header!
>
> Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
2023-10-19 15:58 [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry Thomas Huth
2023-10-19 16:02 ` Cédric Le Goater
2023-10-19 16:17 ` Philippe Mathieu-Daudé
@ 2023-10-21 11:36 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2023-10-21 11:36 UTC (permalink / raw)
To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, qemu-ppc, Cédric Le Goater
19.10.2023 18:58, Thomas Huth :
> It's a .c file, not a header!
>
> Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c12511c73b..a110a0c7a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1418,7 +1418,7 @@ F: hw/pci-host/ppce500.c
> F: include/hw/ppc/ppc_e500.h
> F: include/hw/pci-host/ppce500.h
> F: pc-bios/u-boot.e500
> -F: hw/intc/openpic_kvm.h
> +F: hw/intc/openpic_kvm.c
> F: include/hw/ppc/openpic_kvm.h
> F: docs/system/ppc/ppce500.rst
This change is also based on the same "MAINTAINERS: Collect unmaintained files
under PPC entries", namely "Adjust file list for PPC e500 machines" patch.
Maybe it can be folded into the same series?
Thanks,
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-21 11:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-19 15:58 [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry Thomas Huth
2023-10-19 16:02 ` Cédric Le Goater
2023-10-19 16:17 ` Philippe Mathieu-Daudé
2023-10-21 11:36 ` 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).