xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code
@ 2020-03-03 11:13 Jan Beulich
  2020-03-03 11:14 ` Julien Grall
  2020-03-03 12:12 ` Durrant, Paul
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Beulich @ 2020-03-03 11:13 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Wilk,
	George Dunlap, Andrew Cooper, Paul Durrant, Ian Jackson

Having just a single maintainer is not helpful anywhere, and can be
avoided here quite easily, seeing that Paul has been doing quite a bit
of IOMMU work lately.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -323,6 +323,7 @@ F:	xen/arch/x86/cpu/vpmu_intel.c
 
 IOMMU VENDOR INDEPENDENT CODE
 M:	Jan Beulich <jbeulich@suse.com>
+M:	Paul Durrant <pdurrant@amazon.com>
 S:	Supported
 F:	xen/drivers/passthrough/
 X:	xen/drivers/passthrough/amd/

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code
  2020-03-03 11:13 [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code Jan Beulich
@ 2020-03-03 11:14 ` Julien Grall
  2020-03-03 12:12 ` Durrant, Paul
  1 sibling, 0 replies; 4+ messages in thread
From: Julien Grall @ 2020-03-03 11:14 UTC (permalink / raw)
  To: Jan Beulich, xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Wilk, George Dunlap,
	Andrew Cooper, Paul Durrant, Ian Jackson



On 03/03/2020 11:13, Jan Beulich wrote:
> Having just a single maintainer is not helpful anywhere, and can be
> avoided here quite easily, seeing that Paul has been doing quite a bit
> of IOMMU work lately.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Julien Grall <julien@xen.org>

Cheers,

> 
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -323,6 +323,7 @@ F:	xen/arch/x86/cpu/vpmu_intel.c
>   
>   IOMMU VENDOR INDEPENDENT CODE
>   M:	Jan Beulich <jbeulich@suse.com>
> +M:	Paul Durrant <pdurrant@amazon.com>
>   S:	Supported
>   F:	xen/drivers/passthrough/
>   X:	xen/drivers/passthrough/amd/
> 

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code
  2020-03-03 11:13 [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code Jan Beulich
  2020-03-03 11:14 ` Julien Grall
@ 2020-03-03 12:12 ` Durrant, Paul
  2020-03-03 13:51   ` Durrant, Paul
  1 sibling, 1 reply; 4+ messages in thread
From: Durrant, Paul @ 2020-03-03 12:12 UTC (permalink / raw)
  To: Jan Beulich, xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Wilk,
	George Dunlap, Andrew Cooper, Paul Durrant, Ian Jackson

> -----Original Message-----
[snip]
> 
> Having just a single maintainer is not helpful anywhere, and can be
> avoided here quite easily, seeing that Paul has been doing quite a bit
> of IOMMU work lately.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

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

> 
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -323,6 +323,7 @@ F:  xen/arch/x86/cpu/vpmu_intel.c
> 
>  IOMMU VENDOR INDEPENDENT CODE
>  M:     Jan Beulich <jbeulich@suse.com>
> +M:     Paul Durrant <pdurrant@amazon.com>
>  S:     Supported
>  F:     xen/drivers/passthrough/
>  X:     xen/drivers/passthrough/amd/
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xenproject.org
> https://lists.xenproject.org/mailman/listinfo/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code
  2020-03-03 12:12 ` Durrant, Paul
@ 2020-03-03 13:51   ` Durrant, Paul
  0 siblings, 0 replies; 4+ messages in thread
From: Durrant, Paul @ 2020-03-03 13:51 UTC (permalink / raw)
  To: Durrant, Paul, Jan Beulich, xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Wilk,
	George Dunlap, Andrew Cooper, Paul Durrant, Ian Jackson

> -----Original Message-----
> From: Xen-devel <xen-devel-bounces@lists.xenproject.org> On Behalf Of
> Durrant, Paul
> Sent: 03 March 2020 12:13
> To: Jan Beulich <jbeulich@suse.com>; xen-devel@lists.xenproject.org
> Cc: Stefano Stabellini <sstabellini@kernel.org>; Julien Grall
> <julien@xen.org>; Wei Liu <wl@xen.org>; Konrad Wilk
> <konrad.wilk@oracle.com>; George Dunlap <George.Dunlap@eu.citrix.com>;
> Andrew Cooper <andrew.cooper3@citrix.com>; Paul Durrant <paul@xen.org>;
> Ian Jackson <ian.jackson@citrix.com>
> Subject: Re: [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-
> independent IOMMU code
> 
> > -----Original Message-----
> [snip]
> >
> > Having just a single maintainer is not helpful anywhere, and can be
> > avoided here quite easily, seeing that Paul has been doing quite a bit
> > of IOMMU work lately.
> >
> > Signed-off-by: Jan Beulich <jbeulich@suse.com>
> 
> Reviewed-by: Paul Durrant <pdurrant@amazon.com>
> 
> >
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -323,6 +323,7 @@ F:  xen/arch/x86/cpu/vpmu_intel.c
> >
> >  IOMMU VENDOR INDEPENDENT CODE
> >  M:     Jan Beulich <jbeulich@suse.com>
> > +M:     Paul Durrant <pdurrant@amazon.com>

Actually, could my address here be set to pdurrant@amzn.com here please? I'll send a patch for my other entries now.

  Thanks,

    Paul

> >  S:     Supported
> >  F:     xen/drivers/passthrough/
> >  X:     xen/drivers/passthrough/amd/
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xenproject.org
> > https://lists.xenproject.org/mailman/listinfo/xen-devel
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xenproject.org
> https://lists.xenproject.org/mailman/listinfo/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2020-03-03 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 11:13 [Xen-devel] [PATCH] MAINTAINERS: Paul to co-maintain vendor-independent IOMMU code Jan Beulich
2020-03-03 11:14 ` Julien Grall
2020-03-03 12:12 ` Durrant, Paul
2020-03-03 13:51   ` Durrant, Paul

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