diff options
author | David Hildenbrand <[email protected]> | 2020-05-07 16:01:26 +0200 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2020-06-04 15:36:52 -0400 |
commit | dfb0b2e46d04d0b58754426184571a959bf30dce (patch) | |
tree | 03e2a508d11d053bac0c5914bf2ba5c43bd20b62 | |
parent | 5f1f79bbc9e26fa9412fa9522f957bb8f030c442 (diff) |
MAINTAINERS: Add myself as virtio-mem maintainer
Let's make sure patches/bug reports find the right person.
Cc: "Michael S. Tsirkin" <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b5106b7d6d0c..88170f86ad4e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17986,6 +17986,13 @@ S: Maintained F: drivers/iommu/virtio-iommu.c F: include/uapi/linux/virtio_iommu.h +VIRTIO MEM DRIVER +M: David Hildenbrand <[email protected]> +S: Maintained +F: drivers/virtio/virtio_mem.c +F: include/uapi/linux/virtio_mem.h + VIRTUAL BOX GUEST DEVICE DRIVER M: Hans de Goede <[email protected]> M: Arnd Bergmann <[email protected]> |