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~53^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e7abc29c56f7823f9a122898685bdfcfac2e522;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 Message-Id: <20231017152625.229022-1-thuth@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/MAINTAINERS b/MAINTAINERS index d9fe5aa367d..2f435102ecc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1764,6 +1764,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