diff mbox

MAINTAINERS: separate section for s390 virtio drivers

Message ID 1435763737-10350-1-git-send-email-cornelia.huck@de.ibm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Cornelia Huck July 1, 2015, 3:15 p.m. UTC
The s390-specific virtio drivers have probably more to do with virtio
than with kvm today; let's move them out into a separate section to
reflect this and to be able to add relevant mailing lists.

CC: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
---
 MAINTAINERS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Comments

Paolo Bonzini July 1, 2015, 3:17 p.m. UTC | #1
On 01/07/2015 17:15, Cornelia Huck wrote:
> The s390-specific virtio drivers have probably more to do with virtio
> than with kvm today; let's move them out into a separate section to
> reflect this and to be able to add relevant mailing lists.
> 
> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> ---
>  MAINTAINERS | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 246d9d8..fca5c00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5766,7 +5766,6 @@ S:	Supported
>  F:	Documentation/s390/kvm.txt
>  F:	arch/s390/include/asm/kvm*
>  F:	arch/s390/kvm/
> -F:	drivers/s390/kvm/
>  
>  KERNEL VIRTUAL MACHINE (KVM) FOR ARM
>  M:	Christoffer Dall <christoffer.dall@linaro.org>
> @@ -10671,6 +10670,15 @@ F:	drivers/block/virtio_blk.c
>  F:	include/linux/virtio_*.h
>  F:	include/uapi/linux/virtio_*.h
>  
> +VIRTIO DRIVERS FOR S390
> +M:	Christian Borntraeger <borntraeger@de.ibm.com>
> +M:	Cornelia Huck <cornelia.huck@de.ibm.com>
> +L:	linux-s390@vger.kernel.org
> +L:	virtualization@lists.linux-foundation.org
> +L:	kvm@vger.kernel.org

Keeping the KVM mailing list is probably a good idea.

> +S:	Supported
> +F:	drivers/s390/kvm/

Since we are at it, do we want to rename the directory to
drivers/s390/virtio?  Anyway:

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo

>  VIRTIO HOST (VHOST)
>  M:	"Michael S. Tsirkin" <mst@redhat.com>
>  L:	kvm@vger.kernel.org
> 
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Christian Borntraeger July 2, 2015, 9:45 a.m. UTC | #2
Am 01.07.2015 um 17:15 schrieb Cornelia Huck:
> The s390-specific virtio drivers have probably more to do with virtio
> than with kvm today; let's move them out into a separate section to
> reflect this and to be able to add relevant mailing lists.
> 
> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>

> ---
>  MAINTAINERS | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 246d9d8..fca5c00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5766,7 +5766,6 @@ S:	Supported
>  F:	Documentation/s390/kvm.txt
>  F:	arch/s390/include/asm/kvm*
>  F:	arch/s390/kvm/
> -F:	drivers/s390/kvm/
> 
>  KERNEL VIRTUAL MACHINE (KVM) FOR ARM
>  M:	Christoffer Dall <christoffer.dall@linaro.org>
> @@ -10671,6 +10670,15 @@ F:	drivers/block/virtio_blk.c
>  F:	include/linux/virtio_*.h
>  F:	include/uapi/linux/virtio_*.h
> 
> +VIRTIO DRIVERS FOR S390
> +M:	Christian Borntraeger <borntraeger@de.ibm.com>
> +M:	Cornelia Huck <cornelia.huck@de.ibm.com>
> +L:	linux-s390@vger.kernel.org
> +L:	virtualization@lists.linux-foundation.org
> +L:	kvm@vger.kernel.org
> +S:	Supported
> +F:	drivers/s390/kvm/
> +
>  VIRTIO HOST (VHOST)
>  M:	"Michael S. Tsirkin" <mst@redhat.com>
>  L:	kvm@vger.kernel.org
> 

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Cornelia Huck July 7, 2015, 9:44 a.m. UTC | #3
On Wed, 1 Jul 2015 17:17:41 +0200
Paolo Bonzini <pbonzini@redhat.com> wrote:

> 
> 
> On 01/07/2015 17:15, Cornelia Huck wrote:
> > The s390-specific virtio drivers have probably more to do with virtio
> > than with kvm today; let's move them out into a separate section to
> > reflect this and to be able to add relevant mailing lists.
> > 
> > CC: Christian Borntraeger <borntraeger@de.ibm.com>
> > Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> > ---
> >  MAINTAINERS | 10 +++++++++-
> >  1 file changed, 9 insertions(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 246d9d8..fca5c00 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5766,7 +5766,6 @@ S:	Supported
> >  F:	Documentation/s390/kvm.txt
> >  F:	arch/s390/include/asm/kvm*
> >  F:	arch/s390/kvm/
> > -F:	drivers/s390/kvm/
> >  
> >  KERNEL VIRTUAL MACHINE (KVM) FOR ARM
> >  M:	Christoffer Dall <christoffer.dall@linaro.org>
> > @@ -10671,6 +10670,15 @@ F:	drivers/block/virtio_blk.c
> >  F:	include/linux/virtio_*.h
> >  F:	include/uapi/linux/virtio_*.h
> >  
> > +VIRTIO DRIVERS FOR S390
> > +M:	Christian Borntraeger <borntraeger@de.ibm.com>
> > +M:	Cornelia Huck <cornelia.huck@de.ibm.com>
> > +L:	linux-s390@vger.kernel.org
> > +L:	virtualization@lists.linux-foundation.org
> > +L:	kvm@vger.kernel.org
> 
> Keeping the KVM mailing list is probably a good idea.
> 
> > +S:	Supported
> > +F:	drivers/s390/kvm/
> 
> Since we are at it, do we want to rename the directory to
> drivers/s390/virtio?  

Makes sense, just sent a patch.

> Anyway:
> 
> Acked-by: Paolo Bonzini <pbonzini@redhat.com>
> 
> Paolo
> 
> >  VIRTIO HOST (VHOST)
> >  M:	"Michael S. Tsirkin" <mst@redhat.com>
> >  L:	kvm@vger.kernel.org

OK, how does this go upstream (I guess through the virtio tree)?
Michael, will you pick the patches or should I prepare a branch?

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Michael S. Tsirkin July 7, 2015, 11:19 a.m. UTC | #4
On Tue, Jul 07, 2015 at 11:44:44AM +0200, Cornelia Huck wrote:
> On Wed, 1 Jul 2015 17:17:41 +0200
> Paolo Bonzini <pbonzini@redhat.com> wrote:
> 
> > 
> > 
> > On 01/07/2015 17:15, Cornelia Huck wrote:
> > > The s390-specific virtio drivers have probably more to do with virtio
> > > than with kvm today; let's move them out into a separate section to
> > > reflect this and to be able to add relevant mailing lists.
> > > 
> > > CC: Christian Borntraeger <borntraeger@de.ibm.com>
> > > Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> > > ---
> > >  MAINTAINERS | 10 +++++++++-
> > >  1 file changed, 9 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 246d9d8..fca5c00 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -5766,7 +5766,6 @@ S:	Supported
> > >  F:	Documentation/s390/kvm.txt
> > >  F:	arch/s390/include/asm/kvm*
> > >  F:	arch/s390/kvm/
> > > -F:	drivers/s390/kvm/
> > >  
> > >  KERNEL VIRTUAL MACHINE (KVM) FOR ARM
> > >  M:	Christoffer Dall <christoffer.dall@linaro.org>
> > > @@ -10671,6 +10670,15 @@ F:	drivers/block/virtio_blk.c
> > >  F:	include/linux/virtio_*.h
> > >  F:	include/uapi/linux/virtio_*.h
> > >  
> > > +VIRTIO DRIVERS FOR S390
> > > +M:	Christian Borntraeger <borntraeger@de.ibm.com>
> > > +M:	Cornelia Huck <cornelia.huck@de.ibm.com>
> > > +L:	linux-s390@vger.kernel.org
> > > +L:	virtualization@lists.linux-foundation.org
> > > +L:	kvm@vger.kernel.org
> > 
> > Keeping the KVM mailing list is probably a good idea.
> > 
> > > +S:	Supported
> > > +F:	drivers/s390/kvm/
> > 
> > Since we are at it, do we want to rename the directory to
> > drivers/s390/virtio?  
> 
> Makes sense, just sent a patch.
> 
> > Anyway:
> > 
> > Acked-by: Paolo Bonzini <pbonzini@redhat.com>
> > 
> > Paolo
> > 
> > >  VIRTIO HOST (VHOST)
> > >  M:	"Michael S. Tsirkin" <mst@redhat.com>
> > >  L:	kvm@vger.kernel.org
> 
> OK, how does this go upstream (I guess through the virtio tree)?
> Michael, will you pick the patches or should I prepare a branch?

I'll pick these up.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 246d9d8..fca5c00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5766,7 +5766,6 @@  S:	Supported
 F:	Documentation/s390/kvm.txt
 F:	arch/s390/include/asm/kvm*
 F:	arch/s390/kvm/
-F:	drivers/s390/kvm/
 
 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
 M:	Christoffer Dall <christoffer.dall@linaro.org>
@@ -10671,6 +10670,15 @@  F:	drivers/block/virtio_blk.c
 F:	include/linux/virtio_*.h
 F:	include/uapi/linux/virtio_*.h
 
+VIRTIO DRIVERS FOR S390
+M:	Christian Borntraeger <borntraeger@de.ibm.com>
+M:	Cornelia Huck <cornelia.huck@de.ibm.com>
+L:	linux-s390@vger.kernel.org
+L:	virtualization@lists.linux-foundation.org
+L:	kvm@vger.kernel.org
+S:	Supported
+F:	drivers/s390/kvm/
+
 VIRTIO HOST (VHOST)
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	kvm@vger.kernel.org