[Qemu-devel] [PATCH] maintainers: Add myself as linux-user reviewer

Laurent Vivier posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170510153950.29343-1-laurent@vivier.eu
Test checkpatch passed
Test docker failed
Test s390x passed
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PATCH] maintainers: Add myself as linux-user reviewer
Posted by Laurent Vivier 6 years, 11 months ago
I volunteer to review linux-user patches.
Adding myself will help to not miss some of them.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8224be0..c9eed8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1577,6 +1577,7 @@ F: default-configs/*-bsd-user.mak
 
 Linux user
 M: Riku Voipio <riku.voipio@iki.fi>
+R: Laurent Vivier <laurent@vivier.eu>
 S: Maintained
 F: linux-user/
 F: default-configs/*-linux-user.mak
-- 
2.9.3


Re: [Qemu-devel] [PATCH] maintainers: Add myself as linux-user reviewer
Posted by Riku Voipio 6 years, 11 months ago
On Wed, May 10, 2017 at 05:39:50PM +0200, Laurent Vivier wrote:
> I volunteer to review linux-user patches.
> Adding myself will help to not miss some of them.
> 
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>

Acked-by: Riku Voipio <riku.voipio@linaro.org>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8224be0..c9eed8a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1577,6 +1577,7 @@ F: default-configs/*-bsd-user.mak
>  
>  Linux user
>  M: Riku Voipio <riku.voipio@iki.fi>
> +R: Laurent Vivier <laurent@vivier.eu>
>  S: Maintained
>  F: linux-user/
>  F: default-configs/*-linux-user.mak
> -- 
> 2.9.3
> 

Re: [Qemu-devel] [PATCH] maintainers: Add myself as linux-user reviewer
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Wed, May 10, 2017 at 05:39:50PM +0200, Laurent Vivier wrote:
> I volunteer to review linux-user patches.
> Adding myself will help to not miss some of them.
> 
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan