qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update virtio-fs mailing list address
@ 2023-11-11  0:49 Stefan Hajnoczi
  2023-11-13 11:37 ` German Maglione
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-11-11  0:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefan Hajnoczi, Philippe Mathieu-Daudé, Vivek Goyal,
	German Maglione, Hanna Czenczek

The old virtio-fs mailing list address is no longer in use. Switch to
the new mailing list address.

Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: German Maglione <gmaglione@redhat.com>
Cc: Hanna Czenczek <hreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e73a3ff544..c52df9f76c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2241,7 +2241,7 @@ M: Stefan Hajnoczi <stefanha@redhat.com>
 S: Supported
 F: hw/virtio/vhost-user-fs*
 F: include/hw/virtio/vhost-user-fs.h
-L: virtio-fs@redhat.com
+L: virtio-fs@lists.linux.dev
 
 virtio-input
 M: Gerd Hoffmann <kraxel@redhat.com>
-- 
2.41.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: update virtio-fs mailing list address
  2023-11-11  0:49 [PATCH] MAINTAINERS: update virtio-fs mailing list address Stefan Hajnoczi
@ 2023-11-13 11:37 ` German Maglione
  2023-11-13 15:57 ` Philippe Mathieu-Daudé
  2023-11-13 20:39 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: German Maglione @ 2023-11-13 11:37 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: qemu-devel, Philippe Mathieu-Daudé, Vivek Goyal,
	Hanna Czenczek

On Sat, Nov 11, 2023 at 1:49 AM Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The old virtio-fs mailing list address is no longer in use. Switch to
> the new mailing list address.
>
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> Cc: Vivek Goyal <vgoyal@redhat.com>
> Cc: German Maglione <gmaglione@redhat.com>
> Cc: Hanna Czenczek <hreitz@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e73a3ff544..c52df9f76c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2241,7 +2241,7 @@ M: Stefan Hajnoczi <stefanha@redhat.com>
>  S: Supported
>  F: hw/virtio/vhost-user-fs*
>  F: include/hw/virtio/vhost-user-fs.h
> -L: virtio-fs@redhat.com
> +L: virtio-fs@lists.linux.dev
>
>  virtio-input
>  M: Gerd Hoffmann <kraxel@redhat.com>
> --
> 2.41.0
>

Reviewed-by: German Maglione <gmaglione@redhat.com>

--
German



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: update virtio-fs mailing list address
  2023-11-11  0:49 [PATCH] MAINTAINERS: update virtio-fs mailing list address Stefan Hajnoczi
  2023-11-13 11:37 ` German Maglione
@ 2023-11-13 15:57 ` Philippe Mathieu-Daudé
  2023-11-13 20:39 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-11-13 15:57 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: Vivek Goyal, German Maglione, Hanna Czenczek

On 11/11/23 01:49, Stefan Hajnoczi wrote:
> The old virtio-fs mailing list address is no longer in use. Switch to
> the new mailing list address.
> 
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> Cc: Vivek Goyal <vgoyal@redhat.com>
> Cc: German Maglione <gmaglione@redhat.com>
> Cc: Hanna Czenczek <hreitz@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, patch queued.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: update virtio-fs mailing list address
  2023-11-11  0:49 [PATCH] MAINTAINERS: update virtio-fs mailing list address Stefan Hajnoczi
  2023-11-13 11:37 ` German Maglione
  2023-11-13 15:57 ` Philippe Mathieu-Daudé
@ 2023-11-13 20:39 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-11-13 20:39 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: qemu-devel, Philippe Mathieu-Daudé, Vivek Goyal,
	German Maglione, Hanna Czenczek

Applied.

Stefan


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-13 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11  0:49 [PATCH] MAINTAINERS: update virtio-fs mailing list address Stefan Hajnoczi
2023-11-13 11:37 ` German Maglione
2023-11-13 15:57 ` Philippe Mathieu-Daudé
2023-11-13 20:39 ` 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).