[PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section

Thomas Huth posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231017151933.213780-1-thuth@redhat.com
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
Posted by Thomas Huth 7 months ago
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
Re: [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
Posted by Philippe Mathieu-Daudé 7 months ago
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.
Re: [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
Posted by Philippe Mathieu-Daudé 7 months ago
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>


Re: [PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
Posted by Mark Cave-Ayland 7 months ago
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.