Re: [Qemu-devel] [RFC PATCH 00/25] Support Kconfig in QEMU

2019-01-04 Thread Paolo Bonzini
On 27/12/18 07:33, Yang Zhong wrote: > (*) defconfig > "randconfig" build has some issues, which are mostly related > with CONFIG* in Kconfig.host abd configure. In randconfig mode, > some CONFIG* has different setting value in config-host.mak and > %/config-device.mak, which make Q

[Qemu-devel] [RFC PATCH 00/25] Support Kconfig in QEMU

2018-12-26 Thread Yang Zhong
Happy Christmas && Happy New Year! This Kconfig implementation is rebased from Paolo's branch https://github.com/bonzini/qemu/commits/kconfig I only rebased the x86 platform related arch and extended devices definitions https://github.com/yangzhon/qemu/commits/topic/upstream/Kconfig The current