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