* [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
@ 2023-10-17 15:19 Thomas Huth
2023-10-17 20:24 ` Mark Cave-Ayland
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2023-10-17 15:19 UTC (permalink / raw)
To: qemu-devel, Richard Henderson; +Cc: qemu-trivial
hw/input/lasips2.c and the corresponding header include/hw/input/lasips2.h
are only used by the HPPA machine, so add them to the corresponding 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 b0416d473e..a0ad23b9b5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1199,9 +1199,11 @@ R: Helge Deller <deller@gmx.de>
S: Odd Fixes
F: configs/devices/hppa-softmmu/default.mak
F: hw/hppa/
+F: hw/input/lasips2.c
F: hw/net/*i82596*
F: hw/misc/lasi.c
F: hw/pci-host/dino.c
+F: include/hw/input/lasips2.h
F: include/hw/misc/lasi.h
F: include/hw/net/lasi_82596.h
F: include/hw/pci-host/dino.h
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
2023-10-17 15:19 [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section Thomas Huth
@ 2023-10-17 20:24 ` Mark Cave-Ayland
2023-10-18 5:04 ` Philippe Mathieu-Daudé
2023-10-19 21:40 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Mark Cave-Ayland @ 2023-10-17 20:24 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Richard Henderson; +Cc: qemu-trivial
On 17/10/2023 16:19, Thomas Huth wrote:
> hw/input/lasips2.c and the corresponding header include/hw/input/lasips2.h
> are only used by the HPPA machine, so add them to the corresponding 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 b0416d473e..a0ad23b9b5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1199,9 +1199,11 @@ R: Helge Deller <deller@gmx.de>
> S: Odd Fixes
> F: configs/devices/hppa-softmmu/default.mak
> F: hw/hppa/
> +F: hw/input/lasips2.c
> F: hw/net/*i82596*
> F: hw/misc/lasi.c
> F: hw/pci-host/dino.c
> +F: include/hw/input/lasips2.h
> F: include/hw/misc/lasi.h
> F: include/hw/net/lasi_82596.h
> F: include/hw/pci-host/dino.h
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
ATB,
Mark.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
2023-10-17 15:19 [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section Thomas Huth
2023-10-17 20:24 ` Mark Cave-Ayland
@ 2023-10-18 5:04 ` Philippe Mathieu-Daudé
2023-10-19 21:40 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-18 5:04 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Richard Henderson; +Cc: qemu-trivial
On 17/10/23 17:19, Thomas Huth wrote:
> hw/input/lasips2.c and the corresponding header include/hw/input/lasips2.h
> are only used by the HPPA machine, so add them to the corresponding section
> in the MAINTAINERS file.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
2023-10-17 15:19 [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section Thomas Huth
2023-10-17 20:24 ` Mark Cave-Ayland
2023-10-18 5:04 ` Philippe Mathieu-Daudé
@ 2023-10-19 21:40 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-19 21:40 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Richard Henderson; +Cc: qemu-trivial
On 17/10/23 17:19, Thomas Huth wrote:
> hw/input/lasips2.c and the corresponding header include/hw/input/lasips2.h
> are only used by the HPPA machine, so add them to the corresponding section
> in the MAINTAINERS file.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
Thanks, queued to hw-misc.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-19 21:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17 15:19 [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section Thomas Huth
2023-10-17 20:24 ` Mark Cave-Ayland
2023-10-18 5:04 ` Philippe Mathieu-Daudé
2023-10-19 21:40 ` 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).