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

2015-02-03 Thread Paolo Bonzini
On 03/02/2015 02:29, Fam Zheng wrote: > > Peter reported that module linking fails on ARM host: > > LINK block/curl.so > > /usr/bin/ld: block/curl.o: relocation R_ARM_THM_MOVW_ABS_NC against > > `__stack_chk_guard' can not be used when making a shared object; > > recompile with -fPIC > > block

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

2015-02-02 Thread Fam Zheng
On Mon, 02/02 20:34, Paolo Bonzini wrote: > > > On 13/01/2015 09:53, Fam Zheng wrote: > > 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 --

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

2015-02-02 Thread Paolo Bonzini
On 13/01/2015 09:53, Fam Zheng wrote: > 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-mo

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

2015-01-15 Thread Stefan Hajnoczi
On Tue, Jan 13, 2015 at 04:53:58PM +0800, Fam Zheng wrote: > 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 defa

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

2015-01-13 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,