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