Re: [Qemu-devel] [RFC PATCH v4 26/44] kconfig: introduce kconfig files

2019-01-24 Thread Yang Zhong
On Thu, Jan 24, 2019 at 03:06:01PM +0100, Thomas Huth wrote: > On 2019-01-23 07:56, Yang Zhong wrote: > > From: Paolo Bonzini > > > > The Kconfig files were generated mostly with this script: > > > > for i in `grep -ho CONFIG_[A-Z0-9_]* default-configs/* | sort -u`; do > > set fnord `git

Re: [Qemu-devel] [RFC PATCH v4 26/44] kconfig: introduce kconfig files

2019-01-24 Thread Thomas Huth
On 2019-01-23 07:56, Yang Zhong wrote: > From: Paolo Bonzini > > The Kconfig files were generated mostly with this script: > > for i in `grep -ho CONFIG_[A-Z0-9_]* default-configs/* | sort -u`; do > set fnord `git grep -lw $i -- 'hw/*/Makefile.objs' ` > shift > if test $# = 1;

[Qemu-devel] [RFC PATCH v4 26/44] kconfig: introduce kconfig files

2019-01-22 Thread Yang Zhong
From: Paolo Bonzini The Kconfig files were generated mostly with this script: for i in `grep -ho CONFIG_[A-Z0-9_]* default-configs/* | sort -u`; do set fnord `git grep -lw $i -- 'hw/*/Makefile.objs' ` shift if test $# = 1; then cat >> $(dirname $1)/Kconfig << EOF config