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

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