* [PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer
@ 2020-03-26 8:57 Raphael Norwitz
0 siblings, 0 replies; 3+ messages in thread
From: Raphael Norwitz @ 2020-03-26 8:57 UTC (permalink / raw)
To: qemu-devel, mst; +Cc: peter.maydell, raphael.s.norwitz, Raphael Norwitz
As suggested by Michael, let's add me as a maintainer of
vhost-user-blk and vhost-user-scsi.
CC: Michael S. Tsirkin <mst@redhat.com>
CC Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
---
MAINTAINERS | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e580276..239ecc1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1845,6 +1845,18 @@ F: hw/display/virtio-gpu*
F: hw/display/virtio-vga.*
F: include/hw/virtio/virtio-gpu.h
+vhost-user-blk
+M: Raphael Norwitz <raphael.norwitz@nutanix.com>
+S: Maintained
+F: contrib/vhost-user-blk/
+F: contrib/vhost-user-scsi/
+F: hw/block/vhost-user-blk.c
+F: hw/scsi/vhost-user-scsi.c
+F: hw/virtio/vhost-user-blk-pci.c
+F: hw/virtio/vhost-user-scsi-pci.c
+F: include/hw/virtio/vhost-user-blk.h
+F: include/hw/virtio/vhost-user-scsi.h
+
vhost-user-gpu
M: Marc-André Lureau <marcandre.lureau@redhat.com>
M: Gerd Hoffmann <kraxel@redhat.com>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer
@ 2020-04-10 0:28 Raphael Norwitz
2020-04-13 22:10 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 3+ messages in thread
From: Raphael Norwitz @ 2020-04-10 0:28 UTC (permalink / raw)
To: mst, qemu-devel; +Cc: raphael.s.norwitz
Ping
On Thu, Mar 26, 2020 at 04:47:35AM -0400, Raphael Norwitz wrote:
> As suggested by Michael, let's add me as a maintainer of
> vhost-user-blk and vhost-user-scsi.
>
> CC: Michael S. Tsirkin <mst@redhat.com>
> CC Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
> ---
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e580276..239ecc1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1845,6 +1845,18 @@ F: hw/display/virtio-gpu*
> F: hw/display/virtio-vga.*
> F: include/hw/virtio/virtio-gpu.h
>
> +vhost-user-blk
> +M: Raphael Norwitz <raphael.norwitz@nutanix.com>
> +S: Maintained
> +F: contrib/vhost-user-blk/
> +F: contrib/vhost-user-scsi/
> +F: hw/block/vhost-user-blk.c
> +F: hw/scsi/vhost-user-scsi.c
> +F: hw/virtio/vhost-user-blk-pci.c
> +F: hw/virtio/vhost-user-scsi-pci.c
> +F: include/hw/virtio/vhost-user-blk.h
> +F: include/hw/virtio/vhost-user-scsi.h
> +
> vhost-user-gpu
> M: Marc-André Lureau <marcandre.lureau@redhat.com>
> M: Gerd Hoffmann <kraxel@redhat.com>
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer
2020-04-10 0:28 [PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer Raphael Norwitz
@ 2020-04-13 22:10 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-04-13 22:10 UTC (permalink / raw)
To: Raphael Norwitz, mst, qemu-devel; +Cc: raphael.s.norwitz
On 4/10/20 2:28 AM, Raphael Norwitz wrote:
> Ping
FYI this patch has been recently merged as commit
b372d79b236a4e07eaa3ce65ee0543569b712326.
>
> On Thu, Mar 26, 2020 at 04:47:35AM -0400, Raphael Norwitz wrote:
>> As suggested by Michael, let's add me as a maintainer of
>> vhost-user-blk and vhost-user-scsi.
>>
>> CC: Michael S. Tsirkin <mst@redhat.com>
>> CC Peter Maydell <peter.maydell@linaro.org>
>> Signed-off-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
>> ---
>> MAINTAINERS | 12 ++++++++++++
>> 1 file changed, 12 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index e580276..239ecc1 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1845,6 +1845,18 @@ F: hw/display/virtio-gpu*
>> F: hw/display/virtio-vga.*
>> F: include/hw/virtio/virtio-gpu.h
>>
>> +vhost-user-blk
>> +M: Raphael Norwitz <raphael.norwitz@nutanix.com>
>> +S: Maintained
>> +F: contrib/vhost-user-blk/
>> +F: contrib/vhost-user-scsi/
>> +F: hw/block/vhost-user-blk.c
>> +F: hw/scsi/vhost-user-scsi.c
>> +F: hw/virtio/vhost-user-blk-pci.c
>> +F: hw/virtio/vhost-user-scsi-pci.c
>> +F: include/hw/virtio/vhost-user-blk.h
>> +F: include/hw/virtio/vhost-user-scsi.h
>> +
>> vhost-user-gpu
>> M: Marc-André Lureau <marcandre.lureau@redhat.com>
>> M: Gerd Hoffmann <kraxel@redhat.com>
>> --
>> 1.8.3.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-13 22:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-10 0:28 [PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer Raphael Norwitz
2020-04-13 22:10 ` Philippe Mathieu-Daudé
-- strict thread matches above, loose matches on Subject: below --
2020-03-26 8:57 Raphael Norwitz
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).