|
|
26ba25 |
From 67c5a8ce8ef97d9b08cfcbe70e05da9ca91dd62e Mon Sep 17 00:00:00 2001
|
|
|
26ba25 |
From: Markus Armbruster <armbru@redhat.com>
|
|
|
26ba25 |
Date: Wed, 10 Oct 2018 04:58:19 +0100
|
|
|
26ba25 |
Subject: [PATCH 2/5] Disable ivshmem
|
|
|
26ba25 |
|
|
|
26ba25 |
RH-Author: Markus Armbruster <armbru@redhat.com>
|
|
|
26ba25 |
Message-id: <20181010045819.32729-3-armbru@redhat.com>
|
|
|
26ba25 |
Patchwork-id: 82526
|
|
|
26ba25 |
O-Subject: [RHEL8/rhel qemu-kvm PATCH 2/2] Disable ivshmem
|
|
|
26ba25 |
Bugzilla: 1621817
|
|
|
26ba25 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
26ba25 |
|
|
|
26ba25 |
Signed-off-by: Markus Armbruster <armbru@redhat.com>
|
|
|
26ba25 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
26ba25 |
---
|
|
|
26ba25 |
default-configs/pci.mak | 2 +-
|
|
|
26ba25 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
26ba25 |
|
|
|
26ba25 |
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
|
|
|
26ba25 |
index 25fc382..763c375 100644
|
|
|
26ba25 |
--- a/default-configs/pci.mak
|
|
|
26ba25 |
+++ b/default-configs/pci.mak
|
|
|
26ba25 |
@@ -43,7 +43,7 @@ CONFIG_PCI_TESTDEV=y
|
|
|
26ba25 |
CONFIG_EDU=y
|
|
|
26ba25 |
CONFIG_VGA=y
|
|
|
26ba25 |
CONFIG_VGA_PCI=y
|
|
|
26ba25 |
-CONFIG_IVSHMEM_DEVICE=$(CONFIG_IVSHMEM)
|
|
|
26ba25 |
+#CONFIG_IVSHMEM_DEVICE=$(CONFIG_IVSHMEM)
|
|
|
26ba25 |
#CONFIG_ROCKER=y
|
|
|
26ba25 |
#CONFIG_VHOST_USER_SCSI=$(call land,$(CONFIG_VHOST_USER),$(CONFIG_LINUX))
|
|
|
26ba25 |
#CONFIG_VHOST_USER_BLK=$(call land,$(CONFIG_VHOST_USER),$(CONFIG_LINUX))
|
|
|
26ba25 |
--
|
|
|
26ba25 |
1.8.3.1
|
|
|
26ba25 |
|