Re: [Qemu-devel] [PATCH 0/3] buildsys: Fix and enable module build

2015-01-12 Thread Paolo Bonzini
On 12/01/2015 05:43, Fam Zheng wrote: > The first patch fixes the module build: it doesn't fail but it links all the > module objects into executables. > > The second patch enables modules by default. > > The last patch adds a non-module build in travis config. > > > Fam Zheng (3): > rules.

Re: [Qemu-devel] [PATCH 0/3] buildsys: Fix and enable module build

2015-01-11 Thread Bharata B Rao
On Mon, Jan 12, 2015 at 10:13 AM, Fam Zheng wrote: > The first patch fixes the module build: it doesn't fail but it links all the > module objects into executables. > > The second patch enables modules by default. > > The last patch adds a non-module build in travis config. Tested and verified th

[Qemu-devel] [PATCH 0/3] buildsys: Fix and enable module build

2015-01-11 Thread Fam Zheng
The first patch fixes the module build: it doesn't fail but it links all the module objects into executables. The second patch enables modules by default. The last patch adds a non-module build in travis config. Fam Zheng (3): rules.mak: Fix module build configure: Default to enable module