Blame SOURCES/kvm-Disable-split-irq-device.patch

1bdc94
From 1055193a52857bd42f7a3961f5f6dcf7edb14cef Mon Sep 17 00:00:00 2001
1bdc94
From: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
Date: Thu, 7 Jun 2018 07:43:10 +0200
1bdc94
Subject: [PATCH 02/15] Disable split-irq device
1bdc94
1bdc94
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
Message-id: <63c6336171256528761f3b4aa22c058d472b048b.1528355911.git.mrezanin@redhat.com>
1bdc94
Patchwork-id: 80596
1bdc94
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 2/7] Disable split-irq 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
There's new split-irq device introduced in 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/core/Makefile.objs | 2 +-
1bdc94
 1 file changed, 1 insertion(+), 1 deletion(-)
1bdc94
1bdc94
diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs
1bdc94
index 2b4491f..e967fb2 100644
1bdc94
--- a/hw/core/Makefile.objs
1bdc94
+++ b/hw/core/Makefile.objs
1bdc94
@@ -20,7 +20,7 @@ common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
1bdc94
 # common-obj-$(CONFIG_SOFTMMU) += register.o
1bdc94
 # obj-$(CONFIG_SOFTMMU) += generic-loader.o
1bdc94
 # common-obj-$(CONFIG_SOFTMMU) += or-irq.o
1bdc94
-common-obj-$(CONFIG_SOFTMMU) += split-irq.o
1bdc94
+#common-obj-$(CONFIG_SOFTMMU) += split-irq.o
1bdc94
 common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
1bdc94
 
1bdc94
 obj-$(CONFIG_SOFTMMU) += null-machine.o
1bdc94
-- 
1bdc94
1.8.3.1
1bdc94