Skip to content

Commit c9b9f5f

Browse files
committed
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 <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 5a2414b commit c9b9f5f

File tree

14 files changed

+4
-3
lines changed

14 files changed

+4
-3
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17695,6 +17695,7 @@ L: [email protected]
1769517695
S: Maintained
1769617696
F: Documentation/devicetree/bindings/virtio/
1769717697
F: drivers/virtio/
17698+
F: drivers/vdpa/
1769817699
F: tools/virtio/
1769917700
F: drivers/net/virtio_net.c
1770017701
F: drivers/block/virtio_blk.c

drivers/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ source "drivers/virt/Kconfig"
138138

139139
source "drivers/virtio/Kconfig"
140140

141+
source "drivers/vdpa/Kconfig"
142+
141143
source "drivers/vhost/Kconfig"
142144

143145
source "drivers/hv/Kconfig"

drivers/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ obj-$(CONFIG_DMADEVICES) += dma/
4242
obj-y += soc/
4343

4444
obj-$(CONFIG_VIRTIO) += virtio/
45+
obj-$(CONFIG_VDPA) += vdpa/
4546
obj-$(CONFIG_XEN) += xen/
4647

4748
# regulators early, since some subsystems rely on them to initialize
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)