diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-10-17 17:26:25 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-10-21 15:00:22 +0300 |
| commit | 6345897057834644095975db98593f5034a98e3f (patch) | |
| tree | df7073138450de0a045590514e0af30c5f358e8c | |
| parent | 1805c2b1da391aea46c52abcdef8b9f388e11f3d (diff) | |
| download | focaccia-qemu-6345897057834644095975db98593f5034a98e3f.tar.gz focaccia-qemu-6345897057834644095975db98593f5034a98e3f.zip | |
MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section
i8259.c is already listed here, so the corresponding header should be mentioned in this section, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5732d2f6ad..ab95af5be2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1781,6 +1781,7 @@ F: include/hw/dma/i8257.h F: include/hw/i2c/pm_smbus.h F: include/hw/input/i8042.h F: include/hw/intc/ioapic* +F: include/hw/intc/i8259.h F: include/hw/isa/i8259_internal.h F: include/hw/isa/superio.h F: include/hw/timer/hpet.h |