Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sat, 01 Apr 2017 21:53:23
Message-Id: 1491082775.5d40e362d527ed9e5c91921c3dcef625cd266876.robbat2@gentoo
1 commit: 5d40e362d527ed9e5c91921c3dcef625cd266876
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 21:39:35 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 21:39:35 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5d40e362
7
8 gen_configkernel: enable QEMU fw_cfg device support for virtualized kernels.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 gen_configkernel.sh | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/gen_configkernel.sh b/gen_configkernel.sh
16 index fb0532e..0ca6a11 100755
17 --- a/gen_configkernel.sh
18 +++ b/gen_configkernel.sh
19 @@ -217,6 +217,8 @@ config_kernel() {
20 CONFIG_PARAVIRT_GUEST \
21 CONFIG_SCSI_VIRTIO \
22 CONFIG_VHOST_NET \
23 + \
24 + CONFIG_FW_CFG_SYSFS \
25 ; do
26 cfg___virtio_opt=$(kconfig_get_opt "${KERNEL_OUTPUTDIR}/.config" "$k")
27 case "$cfg___virtio_opt" in