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