diff options
author | Marcel Apfelbaum | 2018-08-16 17:16:37 +0200 |
---|---|---|
committer | Marcel Apfelbaum | 2018-08-18 17:01:34 +0200 |
commit | 21ab34c9543fe1b6d31b3edbd01a397e7e090d00 (patch) | |
tree | 589884653b444c304510a78549d2305bbdfbd510 /hw/rdma | |
parent | hw/pvrdma: remove not needed include (diff) | |
download | qemu-21ab34c9543fe1b6d31b3edbd01a397e7e090d00.tar.gz qemu-21ab34c9543fe1b6d31b3edbd01a397e7e090d00.tar.xz qemu-21ab34c9543fe1b6d31b3edbd01a397e7e090d00.zip |
config: split PVRDMA from RDMA
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>
Diffstat (limited to 'hw/rdma')
-rw-r--r-- | hw/rdma/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs index 3504c39d21..bd36cbf51c 100644 --- a/hw/rdma/Makefile.objs +++ b/hw/rdma/Makefile.objs @@ -1,4 +1,4 @@ -ifeq ($(CONFIG_RDMA),y) +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 |