[PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list

Philippe Mathieu-Daudé posted 17 patches 5 years, 7 months ago
[PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list
Posted by Philippe Mathieu-Daudé 5 years, 7 months ago
From: Philippe Mathieu-Daudé <philmd@redhat.com>

We forgot to include the qemu-block mailing list while adding
this section in commit 076a0fc32a7. Fix this.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dec252f38b..9ad876c4a7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1628,6 +1628,7 @@ F: hw/ssi/xilinx_*
 
 SD (Secure Card)
 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
+L: qemu-block@nongnu.org
 S: Odd Fixes
 F: include/hw/sd/sd*
 F: hw/sd/core.c
-- 
2.21.3


Re: [PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list
Posted by Peter Maydell 5 years, 7 months ago
On Tue, 30 Jun 2020 at 14:39, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> From: Philippe Mathieu-Daudé <philmd@redhat.com>
>
> We forgot to include the qemu-block mailing list while adding
> this section in commit 076a0fc32a7. Fix this.
>
> Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 1 +
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM