mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 05:43:53 -06:00

In some BSD systems RDMA migration is possible while the pvrdma device can't be used because the mremap system call is missing. Reported-by: Rebecca Cran <rebecca@bluestop.org> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Message-Id: <20180816151637.24553-1-marcel.apfelbaum@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
5 lines
212 B
Text
5 lines
212 B
Text
ifeq ($(CONFIG_PVRDMA),y)
|
|
obj-$(CONFIG_PCI) += rdma_utils.o rdma_backend.o rdma_rm.o
|
|
obj-$(CONFIG_PCI) += vmw/pvrdma_dev_ring.o vmw/pvrdma_cmd.o \
|
|
vmw/pvrdma_qp_ops.o vmw/pvrdma_main.o
|
|
endif
|