diff options
| author | Thomas Huth <thuth@redhat.com> | 2016-09-23 14:27:25 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-11-10 15:29:59 +0000 |
| commit | 7098b79e6fdff6f99f5edfaf447914ce010c43d9 (patch) | |
| tree | 32e677da6bbd36f3380ce02846f8166111deb1e7 | |
| parent | f7e242d6a3323083d1a930b3f5f6511658cb1016 (diff) | |
| download | focaccia-qemu-7098b79e6fdff6f99f5edfaf447914ce010c43d9.tar.gz focaccia-qemu-7098b79e6fdff6f99f5edfaf447914ce010c43d9.zip | |
sparc: Add slavio_misc.c and eccmemctl.c to the MAINTAINERS file
Both files seem to belong to the Sun4m machine. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d7eef43a5e..451e7cc3e6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -710,6 +710,8 @@ S: Maintained F: hw/sparc/sun4m.c F: hw/dma/sparc32_dma.c F: hw/dma/sun4m_iommu.c +F: hw/misc/eccmemctl.c +F: hw/misc/slavio_misc.c F: include/hw/sparc/sparc32_dma.h F: include/hw/sparc/sun4m.h F: pc-bios/openbios-sparc32 |