|
|
26ba25 |
From d51e082e60b3f28d595ebb88e2b4ac17384cecee Mon Sep 17 00:00:00 2001
|
|
|
26ba25 |
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
|
|
26ba25 |
Date: Mon, 19 Nov 2018 15:47:06 +0000
|
|
|
26ba25 |
Subject: [PATCH 05/16] Re-enable CONFIG_HYPERV_TESTDEV
|
|
|
26ba25 |
|
|
|
26ba25 |
RH-Author: Vitaly Kuznetsov <vkuznets@redhat.com>
|
|
|
26ba25 |
Message-id: <20181119154706.26183-1-vkuznets@redhat.com>
|
|
|
26ba25 |
Patchwork-id: 83046
|
|
|
26ba25 |
O-Subject: [qemu-kvm RHEL8/virt212 PATCH] Re-enable CONFIG_HYPERV_TESTDEV
|
|
|
26ba25 |
Bugzilla: 1651195
|
|
|
26ba25 |
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
|
|
|
26ba25 |
RH-Acked-by: Auger Eric <eric.auger@redhat.com>
|
|
|
26ba25 |
|
|
|
26ba25 |
BZ: 1651195
|
|
|
26ba25 |
BRANCH: rhel8/master-2.12.0
|
|
|
26ba25 |
UPSTREAM: downstream only
|
|
|
26ba25 |
BREW: 19214465
|
|
|
26ba25 |
|
|
|
26ba25 |
Recently we re-enabled 'hv_synic' and 'hv_stimer' enlightenments for
|
|
|
26ba25 |
Windows guests. Enable 'hyperv-testdev' device so kvm-unit-tests tests for
|
|
|
26ba25 |
synic and stimer can pass.
|
|
|
26ba25 |
|
|
|
26ba25 |
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
|
|
|
26ba25 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
26ba25 |
---
|
|
|
26ba25 |
default-configs/x86_64-softmmu.mak | 2 +-
|
|
|
26ba25 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
26ba25 |
|
|
|
26ba25 |
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak
|
|
|
26ba25 |
index 2675606..854eab1 100644
|
|
|
26ba25 |
--- a/default-configs/x86_64-softmmu.mak
|
|
|
26ba25 |
+++ b/default-configs/x86_64-softmmu.mak
|
|
|
26ba25 |
@@ -60,7 +60,7 @@ CONFIG_XIO3130=y
|
|
|
26ba25 |
CONFIG_IOH3420=y
|
|
|
26ba25 |
CONFIG_I82801B11=y
|
|
|
26ba25 |
CONFIG_SMBIOS=y
|
|
|
26ba25 |
-#CONFIG_HYPERV_TESTDEV=$(CONFIG_KVM)
|
|
|
26ba25 |
+CONFIG_HYPERV_TESTDEV=$(CONFIG_KVM)
|
|
|
26ba25 |
CONFIG_PXB=y
|
|
|
26ba25 |
CONFIG_ACPI_VMGENID=y
|
|
|
26ba25 |
CONFIG_FW_CFG_DMA=y
|
|
|
26ba25 |
--
|
|
|
26ba25 |
1.8.3.1
|
|
|
26ba25 |
|