Re: [Qemu-devel] [RFC PATCH 22/25] i386-softmmu.mak: remove all CONFIG_* except boards definitions

2019-01-10 Thread Yang Zhong
On Tue, Jan 08, 2019 at 12:48:47PM +0100, Paolo Bonzini wrote: > On 08/01/19 11:53, Yang Zhong wrote: > > Thanks for detailed comments, i will change this one by one. > > The previous plan put all "selects" into hw/i386/Kconfig file, which > > can easily config board if we want to optimize i440fx o

Re: [Qemu-devel] [RFC PATCH 22/25] i386-softmmu.mak: remove all CONFIG_* except boards definitions

2019-01-08 Thread Paolo Bonzini
On 08/01/19 11:53, Yang Zhong wrote: > Thanks for detailed comments, i will change this one by one. > The previous plan put all "selects" into hw/i386/Kconfig file, which > can easily config board if we want to optimize i440fx or q35 platform. The selects are for mandatory devices, so if you remov

Re: [Qemu-devel] [RFC PATCH 22/25] i386-softmmu.mak: remove all CONFIG_* except boards definitions

2019-01-08 Thread Yang Zhong
Hello Paolo, Thanks for detailed comments, i will change this one by one. The previous plan put all "selects" into hw/i386/Kconfig file, which can easily config board if we want to optimize i440fx or q35 platform. The new solution will spread "selects" into detailed hw/*/Kconfig file. Regards,

Re: [Qemu-devel] [RFC PATCH 22/25] i386-softmmu.mak: remove all CONFIG_* except boards definitions

2019-01-04 Thread Paolo Bonzini
On 27/12/18 07:34, Yang Zhong wrote: > %-softmmu.mak only keep boards definitions in Kconfig mode. > > Signed-off-by: Yang Zhong > --- > default-configs/i386-softmmu.mak | 30 -- > hw/i386/Kconfig | 30 ++ > hw/ide/Kconfig

[Qemu-devel] [RFC PATCH 22/25] i386-softmmu.mak: remove all CONFIG_* except boards definitions

2018-12-26 Thread Yang Zhong
%-softmmu.mak only keep boards definitions in Kconfig mode. Signed-off-by: Yang Zhong --- default-configs/i386-softmmu.mak | 30 -- hw/i386/Kconfig | 30 ++ hw/ide/Kconfig | 2 +- hw/net/Kconfig