From 5c4df94779ce82a5d4ba1ca55237cbb8e79e02ee Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Thu, 26 Jan 2017 10:19:46 +0100 Subject: [PATCH 1/7] Reenable Educational device RH-Author: Miroslav Rezanina Message-id: <20170126101946.14003-1-mrezanin@redhat.com> Patchwork-id: 73374 O-Subject: [RHEL-7.4 qemu-kvm-rhev PATCH] Reenable Educational device Bugzilla: 1414694 RH-Acked-by: Andrew Jones RH-Acked-by: Paolo Bonzini RH-Acked-by: Peter Xu From: Miroslav Rezanina Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1414694 Brew: http://brewweb.engineering.redhat.com/brew/taskinfo?taskID=12444064 Upstream: n/a kvm-unit-tests uses Educational device to perform some of tests. To extend usability with this test suit we will reenable this device. Signed-off-by: Miroslav Rezanina --- default-configs/pci.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/pci.mak b/default-configs/pci.mak index f943baa..7d46711 100644 --- a/default-configs/pci.mak +++ b/default-configs/pci.mak @@ -23,3 +23,4 @@ CONFIG_PCI_TESTDEV=y CONFIG_VGA=y CONFIG_VGA_PCI=y CONFIG_IVSHMEM=$(CONFIG_EVENTFD) +CONFIG_EDU=y -- 1.8.3.1