Re: [Qemu-devel] [RFC v2 04/34] cpu-exec: Migrate some generic fns to cpus.c

2015-07-09 Thread Peter Crosthwaite
On Mon, Jun 1, 2015 at 12:45 AM, Paolo Bonzini wrote: > > > On 31/05/2015 08:11, Peter Crosthwaite wrote: >> The goal is to split the functions such that cpu-exec is CPU specific >> content, while cpus.c is generic code only. The function interface to >> cpu-exec needs to be virtualised to prepare

Re: [Qemu-devel] [RFC v2 04/34] cpu-exec: Migrate some generic fns to cpus.c

2015-06-01 Thread Richard Henderson
On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > The goal is to split the functions such that cpu-exec is CPU specific > content, while cpus.c is generic code only. The function interface to > cpu-exec needs to be virtualised to prepare support for multi-arch and > moving these definitions out sa

Re: [Qemu-devel] [RFC v2 04/34] cpu-exec: Migrate some generic fns to cpus.c

2015-06-01 Thread Paolo Bonzini
On 31/05/2015 08:11, Peter Crosthwaite wrote: > The goal is to split the functions such that cpu-exec is CPU specific > content, while cpus.c is generic code only. The function interface to > cpu-exec needs to be virtualised to prepare support for multi-arch and > moving these definitions out sav

[Qemu-devel] [RFC v2 04/34] cpu-exec: Migrate some generic fns to cpus.c

2015-05-30 Thread Peter Crosthwaite
The goal is to split the functions such that cpu-exec is CPU specific content, while cpus.c is generic code only. The function interface to cpu-exec needs to be virtualised to prepare support for multi-arch and moving these definitions out saves bloating the QOM interface. So move these definitions