Re: [Qemu-devel] [PULL 07/12] module: implement module loading

2014-02-25 Thread Peter Maydell
On 20 February 2014 12:28, Paolo Bonzini wrote: > From: Fam Zheng > > This patch adds loading, stamp checking and initialization of modules. > > The init function of dynamic module is no longer directly called as > __attribute__((constructor)) in static linked version, it is called > only after p

[Qemu-devel] [PULL 07/12] module: implement module loading

2014-02-20 Thread Paolo Bonzini
From: Fam Zheng This patch adds loading, stamp checking and initialization of modules. The init function of dynamic module is no longer directly called as __attribute__((constructor)) in static linked version, it is called only after passed the checking of presense of stamp symbol: qemu_sta

[Qemu-devel] [PULL 07/12] module: implement module loading

2014-02-17 Thread Paolo Bonzini
From: Fam Zheng This patch adds loading, stamp checking and initialization of modules. The init function of dynamic module is no longer directly called as __attribute__((constructor)) in static linked version, it is called only after passed the checking of presense of stamp symbol: qemu_sta