Skip to content

Commit

Permalink
virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio
Browse files Browse the repository at this point in the history
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>

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
Cornelia Huck authored and Michael S. Tsirkin committed Jul 7, 2015
1 parent f2dbda3 commit 1b568d9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion drivers/s390/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1b568d9

Please sign in to comment.