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 C83B9139694 for ; Sat, 1 Apr 2017 21:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16139E0BE8; Sat, 1 Apr 2017 21:53:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E64DAE0BE7 for ; Sat, 1 Apr 2017 21:53:22 +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 ECE5E341421 for ; Sat, 1 Apr 2017 21:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862DD71DC for ; Sat, 1 Apr 2017 21:53:19 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1491082775.5d40e362d527ed9e5c91921c3dcef625cd266876.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_configkernel.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5d40e362d527ed9e5c91921c3dcef625cd266876 X-VCS-Branch: master Date: Sat, 1 Apr 2017 21:53:19 +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-Archives-Salt: 33024ce9-e521-4d71-8fde-84116f0075f0 X-Archives-Hash: fad8ab1a6a9b127a5edc71261fe6159d commit: 5d40e362d527ed9e5c91921c3dcef625cd266876 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Apr 1 21:39:35 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Apr 1 21:39:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5d40e362 gen_configkernel: enable QEMU fw_cfg device support for virtualized kernels. Signed-off-by: Robin H. Johnson gentoo.org> gen_configkernel.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen_configkernel.sh b/gen_configkernel.sh index fb0532e..0ca6a11 100755 --- a/gen_configkernel.sh +++ b/gen_configkernel.sh @@ -217,6 +217,8 @@ config_kernel() { CONFIG_PARAVIRT_GUEST \ CONFIG_SCSI_VIRTIO \ CONFIG_VHOST_NET \ + \ + CONFIG_FW_CFG_SYSFS \ ; do cfg___virtio_opt=$(kconfig_get_opt "${KERNEL_OUTPUTDIR}/.config" "$k") case "$cfg___virtio_opt" in