From: Thomas Huth Date: Tue, 17 Oct 2023 15:26:25 +0000 (+0200) Subject: MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section X-Git-Tag: v8.2.0-rc0~54^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6345897057834644095975db98593f5034a98e3f;p=thirdparty%2Fqemu.git 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 Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index 5732d2f6ad5..ab95af5be2e 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