Re: [Qemu-devel] [RFC v2 05/34] translate: Listify tcg_exec_init

2015-07-11 Thread Peter Crosthwaite
On Fri, Jul 10, 2015 at 3:15 AM, Peter Crosthwaite wrote: > On Sat, May 30, 2015 at 11:11 PM, Peter Crosthwaite > wrote: >> Create a global list of tcg_exec_init functions that is populated at >> startup. Multiple translation engines can register an init function >> and all will be called on the

Re: [Qemu-devel] [RFC v2 05/34] translate: Listify tcg_exec_init

2015-07-10 Thread Peter Crosthwaite
On Sat, May 30, 2015 at 11:11 PM, Peter Crosthwaite wrote: > Create a global list of tcg_exec_init functions that is populated at > startup. Multiple translation engines can register an init function > and all will be called on the master call to tcg_exec_init. > > Introduce a new module, translat

Re: [Qemu-devel] [RFC v2 05/34] translate: Listify tcg_exec_init

2015-06-01 Thread Richard Henderson
On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > Create a global list of tcg_exec_init functions that is populated at > startup. Multiple translation engines can register an init function > and all will be called on the master call to tcg_exec_init. > > Introduce a new module, translate-common.

[Qemu-devel] [RFC v2 05/34] translate: Listify tcg_exec_init

2015-05-30 Thread Peter Crosthwaite
Create a global list of tcg_exec_init functions that is populated at startup. Multiple translation engines can register an init function and all will be called on the master call to tcg_exec_init. Introduce a new module, translate-common. This is a common-obj for translation functionality such as