From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 994A8138336 for ; Thu, 5 Dec 2019 23:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A31E0938; Thu, 5 Dec 2019 23:52:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C6FDE0931 for ; Thu, 5 Dec 2019 23:52:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3523434D78A for ; Thu, 5 Dec 2019 23:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE2942A5 for ; Thu, 5 Dec 2019 23:52:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575317414.064ca8a70e9a8fc8f207fc0fe6cb43f8f2fda803.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/ X-VCS-Repository: proj/genkernel X-VCS-Files: arch/x86_64/arch-config X-VCS-Directories: arch/x86_64/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 064ca8a70e9a8fc8f207fc0fe6cb43f8f2fda803 X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:52:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 794d4489-a2d6-407c-884b-f7af0fde0565 X-Archives-Hash: d6c979fd12ac597f3a2dc7ea49d4d4a2 commit: 064ca8a70e9a8fc8f207fc0fe6cb43f8f2fda803 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Dec 2 20:10:14 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Dec 2 20:10:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=064ca8a7 arch/x86_64/arch-config: Disable HyperV by default, use --hyperv Signed-off-by: Thomas Deutschmann gentoo.org> arch/x86_64/arch-config | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config index 6f09970..e8a7d8e 100644 --- a/arch/x86_64/arch-config +++ b/arch/x86_64/arch-config @@ -114,15 +114,8 @@ CONFIG_IE6XX_WDT=m # CONFIG_USB_GPIO_VBUS is not set # CONFIG_LEDS_GPIO is not set # CONFIG_LEDS_TRIGGER_GPIO is not set -CONFIG_HYPERV=m -CONFIG_HYPERV_UTILS=m -CONFIG_HYPERV_MOUSE=m -CONFIG_HYPERV_STORAGE=m -CONFIG_HYPERV_NET=m -CONFIG_HYPERV_BALLOON=m CONFIG_X86_INTEL_PSTATE=m CONFIG_PVPANIC=y -CONFIG_FB_HYPERV=m CONFIG_BLK_DEV_NVME=m CONFIG_MICROCODE=y CONFIG_MICROCODE_EARLY=y