* [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer
@ 2023-07-15 14:20 Mike Christie
2023-07-17 1:48 ` Jason Wang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Mike Christie @ 2023-07-15 14:20 UTC (permalink / raw)
To: stefanha, jasowang, mst, sgarzare, pbonzini, virtualization
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 <michael.christie@oracle.com>
---
MAINTAINERS | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..2c4a8a860ae0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22458,7 +22458,6 @@ L: virtualization@lists.linux-foundation.org
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
@@ -22557,6 +22556,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" <mst@redhat.com>
+M: Jason Wang <jasowang@redhat.com>
+M: Mike Christie <michael.christie@oracle.com>
+R: Paolo Bonzini <pbonzini@redhat.com>
+R: Stefan Hajnoczi <stefanha@redhat.com>
+L: virtualization@lists.linux-foundation.org
+S: Maintained
+F: drivers/vhost/scsi.c
+
VIRTIO I2C DRIVER
M: Conghui Chen <conghui.chen@intel.com>
M: Viresh Kumar <viresh.kumar@linaro.org>
--
2.34.1
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer
2023-07-15 14:20 [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer Mike Christie
@ 2023-07-17 1:48 ` Jason Wang
2023-07-17 7:10 ` Stefano Garzarella
2023-07-19 14:42 ` Stefan Hajnoczi
2 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2023-07-17 1:48 UTC (permalink / raw)
To: Mike Christie; +Cc: pbonzini, virtualization, stefanha, mst
On Sat, Jul 15, 2023 at 10:20 PM Mike Christie
<michael.christie@oracle.com> wrote:
>
> 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 <michael.christie@oracle.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Thanks
> ---
> MAINTAINERS | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..2c4a8a860ae0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22458,7 +22458,6 @@ L: virtualization@lists.linux-foundation.org
> 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
>
> @@ -22557,6 +22556,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" <mst@redhat.com>
> +M: Jason Wang <jasowang@redhat.com>
> +M: Mike Christie <michael.christie@oracle.com>
> +R: Paolo Bonzini <pbonzini@redhat.com>
> +R: Stefan Hajnoczi <stefanha@redhat.com>
> +L: virtualization@lists.linux-foundation.org
> +S: Maintained
> +F: drivers/vhost/scsi.c
> +
> VIRTIO I2C DRIVER
> M: Conghui Chen <conghui.chen@intel.com>
> M: Viresh Kumar <viresh.kumar@linaro.org>
> --
> 2.34.1
>
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer
2023-07-15 14:20 [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer Mike Christie
2023-07-17 1:48 ` Jason Wang
@ 2023-07-17 7:10 ` Stefano Garzarella
2023-07-19 14:42 ` Stefan Hajnoczi
2 siblings, 0 replies; 4+ messages in thread
From: Stefano Garzarella @ 2023-07-17 7:10 UTC (permalink / raw)
To: Mike Christie; +Cc: pbonzini, virtualization, stefanha, mst
On Sat, Jul 15, 2023 at 09:20:27AM -0500, Mike Christie wrote:
>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.
Yeah, completely agree on that :-)
>
>Signed-off-by: Mike Christie <michael.christie@oracle.com>
>---
> MAINTAINERS | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 3be1bdfe8ecc..2c4a8a860ae0 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -22458,7 +22458,6 @@ L: virtualization@lists.linux-foundation.org
> 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
>
>@@ -22557,6 +22556,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" <mst@redhat.com>
>+M: Jason Wang <jasowang@redhat.com>
>+M: Mike Christie <michael.christie@oracle.com>
>+R: Paolo Bonzini <pbonzini@redhat.com>
>+R: Stefan Hajnoczi <stefanha@redhat.com>
>+L: virtualization@lists.linux-foundation.org
>+S: Maintained
>+F: drivers/vhost/scsi.c
>+
> VIRTIO I2C DRIVER
> M: Conghui Chen <conghui.chen@intel.com>
> M: Viresh Kumar <viresh.kumar@linaro.org>
>--
>2.34.1
>
Acked-by: Stefano Garzarella <sgarzare@redhat.com>
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer
2023-07-15 14:20 [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer Mike Christie
2023-07-17 1:48 ` Jason Wang
2023-07-17 7:10 ` Stefano Garzarella
@ 2023-07-19 14:42 ` Stefan Hajnoczi
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-07-19 14:42 UTC (permalink / raw)
To: Mike Christie; +Cc: pbonzini, virtualization, mst
[-- Attachment #1.1: Type: text/plain, Size: 421 bytes --]
On Sat, Jul 15, 2023 at 09:20:27AM -0500, Mike Christie wrote:
> 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 <michael.christie@oracle.com>
> ---
> MAINTAINERS | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-19 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-15 14:20 [PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer Mike Christie
2023-07-17 1:48 ` Jason Wang
2023-07-17 7:10 ` Stefano Garzarella
2023-07-19 14:42 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).