summaryrefslogtreecommitdiff
path: root/drivers/vdpa/virtio_pci/Makefile
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2021-02-23 09:19:05 +0300
committerMichael S. Tsirkin <mst@redhat.com>2021-05-03 11:55:51 +0300
commit64b9f64f80a6f4b7ea51bf0510119cb15e801dc6 (patch)
tree12ad1086a6510424b9024b19c0d6e4d79f7711b7 /drivers/vdpa/virtio_pci/Makefile
parent9f4ad9e425a1d3b6a34617b8ea226d56a119a717 (diff)
downloadlinux-64b9f64f80a6f4b7ea51bf0510119cb15e801dc6.tar.xz
vdpa: introduce virtio pci driver
This patch introduce a vDPA driver for virtio-pci device. It bridges the virtio-pci control command to the vDPA bus. This will be used for features prototyping and testing. Note that get/restore virtqueue state is not supported which needs extension on the virtio specification. Signed-off-by: Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/20210223061905.422659-4-jasowang@redhat.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vdpa/virtio_pci/Makefile')
-rw-r--r--drivers/vdpa/virtio_pci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/vdpa/virtio_pci/Makefile b/drivers/vdpa/virtio_pci/Makefile
new file mode 100644
index 000000000000..231088d3af7d
--- /dev/null
+++ b/drivers/vdpa/virtio_pci/Makefile
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_VP_VDPA) += vp_vdpa.o