diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-10-17 17:19:33 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-19 23:13:27 +0200 |
| commit | 8db0760354eb0bab5005dd0d9115cc6650033326 (patch) | |
| tree | 5dc39ee0c0f293f9c7234c3df266fe67969b6813 | |
| parent | 28900f9b2c23870915f8a5df90ae23af6a663965 (diff) | |
| download | focaccia-qemu-8db0760354eb0bab5005dd0d9115cc6650033326.tar.gz focaccia-qemu-8db0760354eb0bab5005dd0d9115cc6650033326.zip | |
MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
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> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-ID: <20231017151933.213780-1-thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5f7d8ed866..29b350f819 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1179,9 +1179,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 |