vdpa: move to drivers/vdpa
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 31 Mar 2020 19:15:14 +0000 (15:15 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 2 Apr 2020 14:41:40 +0000 (10:41 -0400)
commitc9b9f5f8c0f3cdb893cb86c168cdaa3aa5ed7278
treeed96a8fe87994f9f9d9596c2f79ad3289abc969b
parent5a2414bc454e89e0515b47500734a65aa40cf9fe
vdpa: move to drivers/vdpa

We have both vhost and virtio drivers that depend on vdpa.
It's easier to locate it at a top level directory otherwise
we run into issues e.g. if vhost is built-in but virtio
is modular.  Let's just move it up a level.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
23 files changed:
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/vdpa/Kconfig [new file with mode: 0644]
drivers/vdpa/Makefile [new file with mode: 0644]
drivers/vdpa/ifcvf/Makefile [new file with mode: 0644]
drivers/vdpa/ifcvf/ifcvf_base.c [new file with mode: 0644]
drivers/vdpa/ifcvf/ifcvf_base.h [new file with mode: 0644]
drivers/vdpa/ifcvf/ifcvf_main.c [new file with mode: 0644]
drivers/vdpa/vdpa.c [new file with mode: 0644]
drivers/vdpa/vdpa_sim/Makefile [new file with mode: 0644]
drivers/vdpa/vdpa_sim/vdpa_sim.c [new file with mode: 0644]
drivers/virtio/Kconfig
drivers/virtio/Makefile
drivers/virtio/vdpa/Kconfig [deleted file]
drivers/virtio/vdpa/Makefile [deleted file]
drivers/virtio/vdpa/ifcvf/Makefile [deleted file]
drivers/virtio/vdpa/ifcvf/ifcvf_base.c [deleted file]
drivers/virtio/vdpa/ifcvf/ifcvf_base.h [deleted file]
drivers/virtio/vdpa/ifcvf/ifcvf_main.c [deleted file]
drivers/virtio/vdpa/vdpa.c [deleted file]
drivers/virtio/vdpa/vdpa_sim/Makefile [deleted file]
drivers/virtio/vdpa/vdpa_sim/vdpa_sim.c [deleted file]