mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
db1e8bb6c6
Introduce new vdpa_sim_net and vdpa_sim (core) drivers. This is a preparation for adding a vdpa simulator module for block devices. Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com> [sgarzare: various cleanups/fixes] Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Link: https://lore.kernel.org/r/20201215144256.155342-19-sgarzare@redhat.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
4 lines
117 B
Makefile
4 lines
117 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_VDPA_SIM) += vdpa_sim.o
|
|
obj-$(CONFIG_VDPA_SIM_NET) += vdpa_sim_net.o
|