Re: [Qemu-devel] [PATCH v15 0/9] Shared library module support

2014-01-13 Thread Fam Zheng
On Mon, 01/13 22:01, Peter Maydell wrote: > On 13 January 2014 16:59, Paolo Bonzini wrote: > > This is based on Fam's patches from October. Very few changes > > apart from rebasing: > > > > * I split his patch 8 in two parts. There is benefit in > > using per-object cflags and libs even before t

Re: [Qemu-devel] [PATCH v15 0/9] Shared library module support

2014-01-13 Thread Peter Maydell
On 13 January 2014 16:59, Paolo Bonzini wrote: > This is based on Fam's patches from October. Very few changes > apart from rebasing: > > * I split his patch 8 in two parts. There is benefit in > using per-object cflags and libs even before the module-loading > machinery gets in. > > * I added a

[Qemu-devel] [PATCH v15 0/9] Shared library module support

2014-01-13 Thread Paolo Bonzini
This is based on Fam's patches from October. Very few changes apart from rebasing: * I split his patch 8 in two parts. There is benefit in using per-object cflags and libs even before the module-loading machinery gets in. * I added a new patch "darwin: do not use -mdynamic-no-pic". CCing Alex G