Re: [Qemu-devel] [PATCH 2/3] configure: Default to enable module build

2015-01-13 Thread Fam Zheng
On Mon, 01/12 11:26, Andreas Färber wrote: > Am 12.01.2015 um 05:43 schrieb Fam Zheng: > > We have module build support around for a while, but also had it bitrot > > several times. It probably makes sense to enable it by default so that > > people can notice and use it. > > > > Counterpart to --e

Re: [Qemu-devel] [PATCH 2/3] configure: Default to enable module build

2015-01-12 Thread Andreas Färber
Am 12.01.2015 um 05:43 schrieb Fam Zheng: > We have module build support around for a while, but also had it bitrot > several times. It probably makes sense to enable it by default so that > people can notice and use it. > > Counterpart to --enable-modules, which is turned as default, > --disable-

[Qemu-devel] [PATCH 2/3] configure: Default to enable module build

2015-01-11 Thread Fam Zheng
We have module build support around for a while, but also had it bitrot several times. It probably makes sense to enable it by default so that people can notice and use it. Counterpart to --enable-modules, which is turned as default, --disable-modules is added to suppress it. If both are omitted,