* [PATCH] MAINTAINERS: separate section for s390 virtio drivers
[not found] <5593F756.9080703@redhat.com>
@ 2015-07-01 15:15 ` Cornelia Huck
2015-07-01 15:17 ` Paolo Bonzini
2015-07-02 9:45 ` Christian Borntraeger
0 siblings, 2 replies; 6+ messages in thread
From: Cornelia Huck @ 2015-07-01 15:15 UTC (permalink / raw)
To: virtualization, linux-s390, kvm
Cc: Christian Borntraeger, Michael S. Tsirkin, Paolo Bonzini
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
+S: Supported
+F: drivers/s390/kvm/
+
VIRTIO HOST (VHOST)
M: "Michael S. Tsirkin" <mst@redhat.com>
L: kvm@vger.kernel.org
--
2.3.8
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: separate section for s390 virtio drivers
2015-07-01 15:15 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
@ 2015-07-01 15:17 ` Paolo Bonzini
2015-07-07 9:41 ` [PATCH] virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio Cornelia Huck
2015-07-07 9:44 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
2015-07-02 9:45 ` Christian Borntraeger
1 sibling, 2 replies; 6+ messages in thread
From: Paolo Bonzini @ 2015-07-01 15:17 UTC (permalink / raw)
To: Cornelia Huck, virtualization, linux-s390, kvm
Cc: Christian Borntraeger, Michael S. Tsirkin
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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: separate section for s390 virtio drivers
2015-07-01 15:15 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
2015-07-01 15:17 ` Paolo Bonzini
@ 2015-07-02 9:45 ` Christian Borntraeger
1 sibling, 0 replies; 6+ messages in thread
From: Christian Borntraeger @ 2015-07-02 9:45 UTC (permalink / raw)
To: Cornelia Huck, virtualization, linux-s390, kvm
Cc: Paolo Bonzini, Michael S. Tsirkin
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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio
2015-07-01 15:17 ` Paolo Bonzini
@ 2015-07-07 9:41 ` Cornelia Huck
2015-07-07 9:44 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
1 sibling, 0 replies; 6+ messages in thread
From: Cornelia Huck @ 2015-07-07 9:41 UTC (permalink / raw)
To: virtualization, linux-s390, kvm
Cc: Christian Borntraeger, Michael S. Tsirkin, Paolo Bonzini
This more accurately reflects what these drivers actually do.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
---
MAINTAINERS | 2 +-
drivers/s390/Makefile | 2 +-
drivers/s390/{kvm => virtio}/Makefile | 0
drivers/s390/{kvm => virtio}/kvm_virtio.c | 0
drivers/s390/{kvm => virtio}/virtio_ccw.c | 0
5 files changed, 2 insertions(+), 2 deletions(-)
rename drivers/s390/{kvm => virtio}/Makefile (100%)
rename drivers/s390/{kvm => virtio}/kvm_virtio.c (100%)
rename drivers/s390/{kvm => virtio}/virtio_ccw.c (100%)
diff --git a/MAINTAINERS b/MAINTAINERS
index 280a568..fbef7d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10577,7 +10577,7 @@ L: linux-s390@vger.kernel.org
L: virtualization@lists.linux-foundation.org
L: kvm@vger.kernel.org
S: Supported
-F: drivers/s390/kvm/
+F: drivers/s390/virtio/
VIRTIO HOST (VHOST)
M: "Michael S. Tsirkin" <mst@redhat.com>
diff --git a/drivers/s390/Makefile b/drivers/s390/Makefile
index 95bccfd..e5225ad 100644
--- a/drivers/s390/Makefile
+++ b/drivers/s390/Makefile
@@ -2,7 +2,7 @@
# Makefile for the S/390 specific device drivers
#
-obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
+obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
drivers-y += drivers/s390/built-in.o
diff --git a/drivers/s390/kvm/Makefile b/drivers/s390/virtio/Makefile
similarity index 100%
rename from drivers/s390/kvm/Makefile
rename to drivers/s390/virtio/Makefile
diff --git a/drivers/s390/kvm/kvm_virtio.c b/drivers/s390/virtio/kvm_virtio.c
similarity index 100%
rename from drivers/s390/kvm/kvm_virtio.c
rename to drivers/s390/virtio/kvm_virtio.c
diff --git a/drivers/s390/kvm/virtio_ccw.c b/drivers/s390/virtio/virtio_ccw.c
similarity index 100%
rename from drivers/s390/kvm/virtio_ccw.c
rename to drivers/s390/virtio/virtio_ccw.c
--
2.3.8
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: separate section for s390 virtio drivers
2015-07-01 15:17 ` Paolo Bonzini
2015-07-07 9:41 ` [PATCH] virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio Cornelia Huck
@ 2015-07-07 9:44 ` Cornelia Huck
2015-07-07 11:19 ` Michael S. Tsirkin
1 sibling, 1 reply; 6+ messages in thread
From: Cornelia Huck @ 2015-07-07 9:44 UTC (permalink / raw)
To: Paolo Bonzini, Michael S. Tsirkin
Cc: linux-s390, Christian Borntraeger, kvm, virtualization
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?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: separate section for s390 virtio drivers
2015-07-07 9:44 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
@ 2015-07-07 11:19 ` Michael S. Tsirkin
0 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2015-07-07 11:19 UTC (permalink / raw)
To: Cornelia Huck
Cc: Paolo Bonzini, linux-s390, Christian Borntraeger, kvm,
virtualization
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.
--
MST
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-07-07 11:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5593F756.9080703@redhat.com>
2015-07-01 15:15 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
2015-07-01 15:17 ` Paolo Bonzini
2015-07-07 9:41 ` [PATCH] virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio Cornelia Huck
2015-07-07 9:44 ` [PATCH] MAINTAINERS: separate section for s390 virtio drivers Cornelia Huck
2015-07-07 11:19 ` Michael S. Tsirkin
2015-07-02 9:45 ` Christian Borntraeger
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).