xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Maintainer Nomination of Julien Grall
@ 2016-03-01 14:29 Stefano Stabellini
  2016-03-01 14:36 ` Konrad Rzeszutek Wilk
  2016-03-03 14:14 ` Julien Grall
  0 siblings, 2 replies; 4+ messages in thread
From: Stefano Stabellini @ 2016-03-01 14:29 UTC (permalink / raw)
  To: appointments
  Cc: Lars Kurth, xen-devel, Stefano Stabellini, Ian Jackson,
	julien.grall

Hi all,

I would like to propose Julien Grall (julien.grall@arm.com) as
co-maintainer for Xen on ARM. His track record of contributions to the
project is outstanding and I think speaks for itself.

Julien made multiple public presentations about Xen on ARM at Xen
Developer Summit and Linaro Connect conferences. He led the development
of several key features, such as SMMU support and non-PCI passthrough
and participated in the design and the review of large code
contributions from others.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 932b05c..9d37ca2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -128,6 +128,7 @@ F:	tools/libxc/xc_arinc653.c
 
 ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
 M:	Stefano Stabellini <stefano.stabellini@citrix.com>
+M:	Julien Grall <julien.grall@arm.com>
 S:	Supported
 L:	xen-devel@lists.xen.org
 F:	xen/arch/arm/
@@ -147,6 +148,7 @@ F:	xen/common/cpupool.c
 
 DEVICE TREE
 M:	Stefano Stabellini <stefano.stabellini@citrix.com>
+M:	Julien Grall <julien.grall@arm.com>
 S:	Supported
 F:	xen/common/libfdt/
 F:	xen/common/device_tree.c

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Maintainer Nomination of Julien Grall
  2016-03-01 14:29 Maintainer Nomination of Julien Grall Stefano Stabellini
@ 2016-03-01 14:36 ` Konrad Rzeszutek Wilk
  2016-03-03 14:14 ` Julien Grall
  1 sibling, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-03-01 14:36 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: Lars Kurth, xen-devel, Ian Jackson, appointments, julien.grall

On Tue, Mar 01, 2016 at 02:29:30PM +0000, Stefano Stabellini wrote:
> Hi all,
> 
> I would like to propose Julien Grall (julien.grall@arm.com) as
> co-maintainer for Xen on ARM. His track record of contributions to the
> project is outstanding and I think speaks for itself.
> 
> Julien made multiple public presentations about Xen on ARM at Xen
> Developer Summit and Linaro Connect conferences. He led the development
> of several key features, such as SMMU support and non-PCI passthrough
> and participated in the design and the review of large code
> contributions from others.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

+1

Thought I think Julien should also Ack this patch :-)

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 932b05c..9d37ca2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -128,6 +128,7 @@ F:	tools/libxc/xc_arinc653.c
>  
>  ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
>  M:	Stefano Stabellini <stefano.stabellini@citrix.com>
> +M:	Julien Grall <julien.grall@arm.com>
>  S:	Supported
>  L:	xen-devel@lists.xen.org
>  F:	xen/arch/arm/
> @@ -147,6 +148,7 @@ F:	xen/common/cpupool.c
>  
>  DEVICE TREE
>  M:	Stefano Stabellini <stefano.stabellini@citrix.com>
> +M:	Julien Grall <julien.grall@arm.com>
>  S:	Supported
>  F:	xen/common/libfdt/
>  F:	xen/common/device_tree.c

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Maintainer Nomination of Julien Grall
  2016-03-01 14:29 Maintainer Nomination of Julien Grall Stefano Stabellini
  2016-03-01 14:36 ` Konrad Rzeszutek Wilk
@ 2016-03-03 14:14 ` Julien Grall
  2016-03-03 15:26   ` Ian Jackson
  1 sibling, 1 reply; 4+ messages in thread
From: Julien Grall @ 2016-03-03 14:14 UTC (permalink / raw)
  To: Stefano Stabellini, appointments
  Cc: Lars Kurth, xen-devel, Steve Capper, Ian Jackson

On 01/03/16 14:29, Stefano Stabellini wrote:
> Hi all,

Hi Stefano,

> I would like to propose Julien Grall (julien.grall@arm.com) as
> co-maintainer for Xen on ARM. His track record of contributions to the
> project is outstanding and I think speaks for itself.
>
> Julien made multiple public presentations about Xen on ARM at Xen
> Developer Summit and Linaro Connect conferences. He led the development
> of several key features, such as SMMU support and non-PCI passthrough
> and participated in the design and the review of large code
> contributions from others.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

Acked-by: Julien Grall <julien.grall@arm.com>

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Maintainer Nomination of Julien Grall
  2016-03-03 14:14 ` Julien Grall
@ 2016-03-03 15:26   ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2016-03-03 15:26 UTC (permalink / raw)
  To: Julien Grall
  Cc: Lars Kurth, xen-devel, Stefano Stabellini, appointments,
	Steve Capper

Julien Grall writes ("Re: Maintainer Nomination of Julien Grall"):
> On 01/03/16 14:29, Stefano Stabellini wrote:
> > I would like to propose Julien Grall (julien.grall@arm.com) as
> > co-maintainer for Xen on ARM. His track record of contributions to the
> > project is outstanding and I think speaks for itself.
> 
> Acked-by: Julien Grall <julien.grall@arm.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-03-03 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 14:29 Maintainer Nomination of Julien Grall Stefano Stabellini
2016-03-01 14:36 ` Konrad Rzeszutek Wilk
2016-03-03 14:14 ` Julien Grall
2016-03-03 15:26   ` Ian Jackson

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).