Commit c9b9f5f8 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 5a2414bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17695,6 +17695,7 @@ L: virtualization@lists.linux-foundation.org
S:	Maintained
F:	Documentation/devicetree/bindings/virtio/
F:	drivers/virtio/
F:	drivers/vdpa/
F:	tools/virtio/
F:	drivers/net/virtio_net.c
F:	drivers/block/virtio_blk.c
+2 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ source "drivers/virt/Kconfig"

source "drivers/virtio/Kconfig"

source "drivers/vdpa/Kconfig"

source "drivers/vhost/Kconfig"

source "drivers/hv/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ obj-$(CONFIG_DMADEVICES) += dma/
obj-y				+= soc/

obj-$(CONFIG_VIRTIO)		+= virtio/
obj-$(CONFIG_VDPA)		+= vdpa/
obj-$(CONFIG_XEN)		+= xen/

# regulators early, since some subsystems rely on them to initialize
+0 −0

File moved.

Loading