[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/12] MAINTAINERS: Add include/hw/char/serial*.h to the "PC Chip
From: |
Bernhard Beschow |
Subject: |
[PATCH 07/12] MAINTAINERS: Add include/hw/char/serial*.h to the "PC Chipset" section |
Date: |
Sun, 17 Dec 2023 15:41:43 +0100 |
The source files are already in this section. Add the headers, too.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 939f518701..69135a45b4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1827,6 +1827,7 @@ F: hw/watchdog/wdt_ib700.c
F: hw/watchdog/wdt_i6300esb.c
F: include/hw/display/vga.h
F: include/hw/char/parallel*.h
+F: include/hw/char/serial*.h
F: include/hw/dma/i8257.h
F: include/hw/i2c/pm_smbus.h
F: include/hw/input/i8042.h
--
2.43.0
- [PATCH 03/12] hw/block/fdc-isa: Rename header to match source file, (continued)
[PATCH 05/12] hw/block/fdc: Move constant #define to where it is imposed, Bernhard Beschow, 2023/12/17
[PATCH 06/12] hw/block/fdc-isa: Expose struct FDCtrlISABus, Bernhard Beschow, 2023/12/17
[PATCH 08/12] hw/char/serial-isa: Export struct ISASerialState, Bernhard Beschow, 2023/12/17
[PATCH 07/12] MAINTAINERS: Add include/hw/char/serial*.h to the "PC Chipset" section,
Bernhard Beschow <=
[PATCH 09/12] exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio, Bernhard Beschow, 2023/12/17
[PATCH 10/12] exec/ioport: Add portio_list_set_address(), Bernhard Beschow, 2023/12/17
[PATCH 11/12] exec/ioport: Add portio_list_set_enabled(), Bernhard Beschow, 2023/12/17
[PATCH 12/12] hw/isa/vt82c686: Implement relocation of SuperI/O functions, Bernhard Beschow, 2023/12/17