[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH v3 00/43] Support Kconfig in QEMU
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [RFC PATCH v3 00/43] Support Kconfig in QEMU |
Date: |
Fri, 18 Jan 2019 17:36:12 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
On 18/01/19 17:30, Michael S. Tsirkin wrote:
> I wonder whether we can support menuconfig as well?
> Right now entries have no description for menuconfig -
> can that be added?
>
The problem with menuconfig is that QEMU has many configurations (one
per target), not just one. Also, Kconfig has some Linux quirks that are
different from QEMU quirks (for example QEMU needs to know about symbols
found by probing the host in ./configure), so it's difficult to use it
as is; we tried it in Google Summer of Code 2013 and it was not successful.
Paolo
- [Qemu-devel] [RFC PATCH v3 38/43] edid: express dependencies with kconfig, (continued)
- [Qemu-devel] [RFC PATCH v3 38/43] edid: express dependencies with kconfig, Yang Zhong, 2019/01/18
- [Qemu-devel] [RFC PATCH v3 36/43] i2c: express dependencies with Kconfig, Yang Zhong, 2019/01/18
- [Qemu-devel] [RFC PATCH v3 39/43] hyperv: express dependencies with kconfig, Yang Zhong, 2019/01/18
- [Qemu-devel] [RFC PATCH v3 41/43] i386-softmmu.mak: remove all CONFIG_* except boards definitions, Yang Zhong, 2019/01/18
- [Qemu-devel] [RFC PATCH v3 43/43] Makefile: only support defconfig, Yang Zhong, 2019/01/18
- [Qemu-devel] [RFC PATCH v3 40/43] virtio: make virtio dependencies with Kconfig, Yang Zhong, 2019/01/18
- [Qemu-devel] [RFC PATCH v3 42/43] minikconf: implement allyesconfig, allnoconfig, randconfig, defconfig, Yang Zhong, 2019/01/18
- Re: [Qemu-devel] [RFC PATCH v3 00/43] Support Kconfig in QEMU, Michael S. Tsirkin, 2019/01/18
- Re: [Qemu-devel] [RFC PATCH v3 00/43] Support Kconfig in QEMU,
Paolo Bonzini <=