diff options
author | Eric Auger | 2020-02-14 14:27:45 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2020-02-27 09:46:10 +0100 |
commit | c1dee918799391980dbde12ee60fbd0189f367f8 (patch) | |
tree | 1239e1d714625c2ecdcaa9ca16cc4fd4e5129ffb /MAINTAINERS | |
parent | hw/arm/virt: Add the virtio-iommu device tree mappings (diff) | |
download | qemu-c1dee918799391980dbde12ee60fbd0189f367f8.tar.gz qemu-c1dee918799391980dbde12ee60fbd0189f367f8.tar.xz qemu-c1dee918799391980dbde12ee60fbd0189f367f8.zip |
MAINTAINERS: add virtio-iommu related files
Add a new "virtio-iommu" section with the new files
related to this device.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20200214132745.23392-11-eric.auger@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 195dd58cac..ff06934bb5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1631,6 +1631,12 @@ F: hw/input/virtio-input*.c F: include/hw/virtio/virtio-input.h F: contrib/vhost-user-input/* +virtio-iommu +M: Eric Auger <eric.auger@redhat.com> +S: Maintained +F: hw/virtio/virtio-iommu*.c +F: include/hw/virtio/virtio-iommu.h + virtio-serial M: Laurent Vivier <lvivier@redhat.com> R: Amit Shah <amit@kernel.org> |