diff mbox series

[v5,01/12] MAINTAINERS: put Hyper-V code under Viridian maintainership

Message ID 20200129202034.15052-2-liuwe@microsoft.com (mailing list archive)
State Superseded
Headers show
Series More Hyper-V infrastructures | expand

Commit Message

Wei Liu Jan. 29, 2020, 8:20 p.m. UTC
And add myself as a maintainer.

Sort the list alphabetically while at it.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
Signed-off-by: Wei Liu <wl@xen.org>
---
 MAINTAINERS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Durrant, Paul Jan. 30, 2020, 9:34 a.m. UTC | #1
> -----Original Message-----
> From: Xen-devel <xen-devel-bounces@lists.xenproject.org> On Behalf Of Wei
> Liu
> Sent: 29 January 2020 20:20
> To: Xen Development List <xen-devel@lists.xenproject.org>
> Cc: Stefano Stabellini <sstabellini@kernel.org>; Wei Liu
> <liuwe@microsoft.com>; Wei Liu <wl@xen.org>; Konrad Rzeszutek Wilk
> <konrad.wilk@oracle.com>; George Dunlap <George.Dunlap@eu.citrix.com>;
> Andrew Cooper <andrew.cooper3@citrix.com>; Durrant, Paul
> <pdurrant@amazon.co.uk>; Ian Jackson <ian.jackson@eu.citrix.com>; Michael
> Kelley <mikelley@microsoft.com>; Julien Grall <julien@xen.org>
> Subject: [Xen-devel] [PATCH v5 01/12] MAINTAINERS: put Hyper-V code under
> Viridian maintainership
> 
> And add myself as a maintainer.
> 
> Sort the list alphabetically while at it.
> 
> Signed-off-by: Wei Liu <liuwe@microsoft.com>
> Signed-off-by: Wei Liu <wl@xen.org>

Reviewed-by: Paul Durrant <pdurrant@amazon.com>

> ---
>  MAINTAINERS | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1915e09f8b..04d91482cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -514,10 +514,13 @@ F:	xen/arch/x86/mm/shadow/
> 
>  X86 VIRIDIAN ENLIGHTENMENTS
>  M:	Paul Durrant <pdurrant@amazon.com>
> +M:	Wei Liu <wl@xen.org>
>  S:	Supported
> +F:	xen/arch/x86/guest/hyperv/
>  F:	xen/arch/x86/hvm/viridian/
> -F:	xen/include/asm-x86/hvm/viridian.h
> +F:	xen/include/asm-x86/guest/hyperv.h
>  F:	xen/include/asm-x86/guest/hyperv-tlfs.h
> +F:	xen/include/asm-x86/hvm/viridian.h
> 
>  XENTRACE
>  M:	George Dunlap <george.dunlap@eu.citrix.com>
> --
> 2.20.1
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xenproject.org
> https://lists.xenproject.org/mailman/listinfo/xen-devel
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1915e09f8b..04d91482cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -514,10 +514,13 @@  F:	xen/arch/x86/mm/shadow/
 
 X86 VIRIDIAN ENLIGHTENMENTS
 M:	Paul Durrant <pdurrant@amazon.com>
+M:	Wei Liu <wl@xen.org>
 S:	Supported
+F:	xen/arch/x86/guest/hyperv/
 F:	xen/arch/x86/hvm/viridian/
-F:	xen/include/asm-x86/hvm/viridian.h
+F:	xen/include/asm-x86/guest/hyperv.h
 F:	xen/include/asm-x86/guest/hyperv-tlfs.h
+F:	xen/include/asm-x86/hvm/viridian.h
 
 XENTRACE
 M:	George Dunlap <george.dunlap@eu.citrix.com>