Blame SOURCES/kvm-Disable-new-pvrdma-device.patch

357786
From dda389bad731375b9308e4fc6db7a44cdadc7b1d Mon Sep 17 00:00:00 2001
357786
From: Miroslav Rezanina <mrezanin@redhat.com>
357786
Date: Thu, 7 Jun 2018 07:43:14 +0200
357786
Subject: [PATCH 06/15] Disable new pvrdma device
357786
357786
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
357786
Message-id: <5d290e25879e3ac42c247ff3c3a524001ceb0be1.1528355911.git.mrezanin@redhat.com>
357786
Patchwork-id: 80597
357786
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 6/7] Disable new pvrdma device
357786
Bugzilla: 1586357
357786
RH-Acked-by: Thomas Huth <thuth@redhat.com>
357786
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
357786
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
357786
357786
From: Miroslav Rezanina <mrezanin@redhat.com>
357786
357786
New pvrdma device was introduced in rebase to QEMU 2.12. We do not want to
357786
support this device.
357786
357786
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
357786
---
357786
 hw/rdma/Makefile.objs | 3 ++-
357786
 1 file changed, 2 insertions(+), 1 deletion(-)
357786
357786
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs
357786
index 3504c39..02ca2a9 100644
357786
--- a/hw/rdma/Makefile.objs
357786
+++ b/hw/rdma/Makefile.objs
357786
@@ -1,5 +1,6 @@
357786
 ifeq ($(CONFIG_RDMA),y)
357786
 obj-$(CONFIG_PCI) += rdma_utils.o rdma_backend.o rdma_rm.o
357786
 obj-$(CONFIG_PCI) += vmw/pvrdma_dev_ring.o vmw/pvrdma_cmd.o \
357786
-                     vmw/pvrdma_qp_ops.o vmw/pvrdma_main.o
357786
+                     vmw/pvrdma_qp_ops.o
357786
+#obj-$(CONFIG_PCI) += vmw/pvrdma_main.o
357786
 endif
357786
-- 
357786
1.8.3.1
357786