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