2016-04-05 08:31:36

by Michael S. Tsirkin

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add entry for QEMU

Gabriel merged support for QEMU FW CFG interface, but there's apparently
no official maintainer. It's also possible that this will grow more
interfaces in future. I'll happily co-maintain it and handle pull
requests together with the rest of the PV stuff I maintain.

Cc: Greg Kroah-Hartman <[email protected]>
Cc: Gabriel Somlo <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
---

Greg, Gabriel, could you ack this patch please?
Thanks!

MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 03e00c7..fa3c773 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9139,6 +9139,13 @@ T: git git://github.com/KrasnikovEugene/wcn36xx.git
S: Supported
F: drivers/net/wireless/ath/wcn36xx/

+QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
+M: Gabriel Somlo <[email protected]>
+M: "Michael S. Tsirkin" <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/firmware/qemu_fw_cfg.c
+
RADOS BLOCK DEVICE (RBD)
M: Ilya Dryomov <[email protected]>
M: Sage Weil <[email protected]>
--
MST


2016-04-06 17:22:57

by Gabriel L. Somlo

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add entry for QEMU

On Tue, Apr 05, 2016 at 11:31:27AM +0300, Michael S. Tsirkin wrote:
> Gabriel merged support for QEMU FW CFG interface, but there's apparently
> no official maintainer. It's also possible that this will grow more
> interfaces in future. I'll happily co-maintain it and handle pull
> requests together with the rest of the PV stuff I maintain.
>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: Gabriel Somlo <[email protected]>
> Signed-off-by: Michael S. Tsirkin <[email protected]>
> ---
>
> Greg, Gabriel, could you ack this patch please?

Acked-by: Gabriel Somlo <[email protected]>

Thanks,
--Gabriel

>
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 03e00c7..fa3c773 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9139,6 +9139,13 @@ T: git git://github.com/KrasnikovEugene/wcn36xx.git
> S: Supported
> F: drivers/net/wireless/ath/wcn36xx/
>
> +QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
> +M: Gabriel Somlo <[email protected]>
> +M: "Michael S. Tsirkin" <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/firmware/qemu_fw_cfg.c
> +
> RADOS BLOCK DEVICE (RBD)
> M: Ilya Dryomov <[email protected]>
> M: Sage Weil <[email protected]>
> --
> MST