diff options
author | Mike Christie <[email protected]> | 2023-07-15 09:20:27 -0500 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2023-08-10 15:24:28 -0400 |
commit | 8d4bdf11f096e5b343ee0f9aaa8c262dc16d2e1e (patch) | |
tree | c182baf1a81f0d7cab1a776a8c5d15f3ee65c542 | |
parent | c5ace19efb0ac884a9a417e2a1499ce9849bdaa5 (diff) |
MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer
I've been doing a lot of the development on vhost-scsi the last couple of
years, so per Michael T's suggestion this adds me as co-maintainer.
Signed-off-by: Mike Christie <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Jason Wang <[email protected]>
Acked-by: Stefano Garzarella <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0f966f05fb0d..63a31c3bf7d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22476,7 +22476,6 @@ L: [email protected] S: Maintained F: drivers/block/virtio_blk.c F: drivers/scsi/virtio_scsi.c -F: drivers/vhost/scsi.c F: include/uapi/linux/virtio_blk.h F: include/uapi/linux/virtio_scsi.h @@ -22575,6 +22574,16 @@ F: include/linux/vhost_iotlb.h F: include/uapi/linux/vhost.h F: kernel/vhost_task.c +VIRTIO HOST (VHOST-SCSI) +M: "Michael S. Tsirkin" <[email protected]> +M: Jason Wang <[email protected]> +M: Mike Christie <[email protected]> +R: Paolo Bonzini <[email protected]> +R: Stefan Hajnoczi <[email protected]> +S: Maintained +F: drivers/vhost/scsi.c + VIRTIO I2C DRIVER M: Conghui Chen <[email protected]> M: Viresh Kumar <[email protected]> |