26ba25
From 3ebdb9532749bbc04458f868e7c08680a236007c Mon Sep 17 00:00:00 2001
26ba25
From: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
Date: Thu, 7 Jun 2018 07:43:10 +0200
26ba25
Subject: [PATCH 258/268] Disable split-irq device
26ba25
26ba25
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
Message-id: <63c6336171256528761f3b4aa22c058d472b048b.1528355911.git.mrezanin@redhat.com>
26ba25
Patchwork-id: 80596
26ba25
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 2/7] Disable split-irq device
26ba25
Bugzilla: 1586357
26ba25
RH-Acked-by: Thomas Huth <thuth@redhat.com>
26ba25
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
26ba25
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
26ba25
26ba25
From: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
26ba25
There's new split-irq device introduced in QEMU 2.12. We do not want to
26ba25
support this device.
26ba25
26ba25
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
---
26ba25
 hw/core/Makefile.objs | 2 +-
26ba25
 1 file changed, 1 insertion(+), 1 deletion(-)
26ba25
26ba25
diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs
26ba25
index 2b4491f..e967fb2 100644
26ba25
--- a/hw/core/Makefile.objs
26ba25
+++ b/hw/core/Makefile.objs
26ba25
@@ -20,7 +20,7 @@ common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
26ba25
 # common-obj-$(CONFIG_SOFTMMU) += register.o
26ba25
 # obj-$(CONFIG_SOFTMMU) += generic-loader.o
26ba25
 # common-obj-$(CONFIG_SOFTMMU) += or-irq.o
26ba25
-common-obj-$(CONFIG_SOFTMMU) += split-irq.o
26ba25
+#common-obj-$(CONFIG_SOFTMMU) += split-irq.o
26ba25
 common-obj-$(CONFIG_PLATFORM_BUS) += platform-bus.o
26ba25
 
26ba25
 obj-$(CONFIG_SOFTMMU) += null-machine.o
26ba25
-- 
26ba25
1.8.3.1
26ba25