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

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