Re: [Qemu-devel] [PATCH 1/3] scripts: introduce buildconf.py

2017-07-21 Thread Cleber Rosa
On 07/21/2017 10:00 AM, Eric Blake wrote: > On 07/20/2017 10:47 PM, Cleber Rosa wrote: >> scripts/buildconf.py is a command line utility (but also can be used >> as a Python module) that introspects the build configuration. >> >> It uses the generated host level config-host.mak to obtain the gene

Re: [Qemu-devel] [PATCH 1/3] scripts: introduce buildconf.py

2017-07-21 Thread Eric Blake
On 07/20/2017 10:47 PM, Cleber Rosa wrote: > scripts/buildconf.py is a command line utility (but also can be used > as a Python module) that introspects the build configuration. > > It uses the generated host level config-host.mak to obtain the general > build configuration, and optionally, also t

[Qemu-devel] [PATCH 1/3] scripts: introduce buildconf.py

2017-07-20 Thread Cleber Rosa
scripts/buildconf.py is a command line utility (but also can be used as a Python module) that introspects the build configuration. It uses the generated host level config-host.mak to obtain the general build configuration, and optionally, also target specific config-target.mak and config-devices.m