diff options
author | Aleksandar Markovic | 2019-12-10 13:55:18 +0100 |
---|---|---|
committer | Aleksandar Markovic | 2019-12-16 13:16:15 +0100 |
commit | 600413784f53821cb312831bb0f34e4b4451def9 (patch) | |
tree | b7349a4d0440efaf0cff0deb7876eb48d1f06d8d /MAINTAINERS | |
parent | MAINTAINERS: Adjust maintainership for Malta board (diff) | |
download | qemu-600413784f53821cb312831bb0f34e4b4451def9.tar.gz qemu-600413784f53821cb312831bb0f34e4b4451def9.tar.xz qemu-600413784f53821cb312831bb0f34e4b4451def9.zip |
MAINTAINERS: Add three files to Malta section
Add three files that were recently introduced in a refactoring,
that Malta emulation relies on. They are added by this patch
to Malta section, but they are not added to the general MIPS
section, since they are really not MIPS-specific, and there
may be some non-MIPS hardware using them in future.
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <1575982519-29852-5-git-send-email-aleksandar.markovic@rt-rk.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7803fe722f..2af7313f69 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -959,8 +959,11 @@ M: Aleksandar Markovic <amarkovic@wavecomp.com> M: Philippe Mathieu-Daudé <f4bug@amsat.org> R: Aurelien Jarno <aurelien@aurel32.net> S: Maintained +F: hw/isa/piix4.c +F: hw/acpi/piix4.c F: hw/mips/mips_malta.c F: hw/mips/gt64xxx_pci.c +F: include/hw/southbridge/piix.h F: tests/acceptance/linux_ssh_mips_malta.py Mipssim |