Re: [Qemu-devel] [RFC 00/20] generic_cpu_init() and generic_cpu_create() functions

2012-12-18 Thread Eduardo Habkost
On Tue, Dec 18, 2012 at 11:57:58PM +0100, Andreas Färber wrote: > Am 18.12.2012 21:03, schrieb Eduardo Habkost: > > This is just a proof of concept, of how I think we could gradually move to > > make the architectures share CPU creation/initialization code. > > > > I have implemented a quick cpu_r

Re: [Qemu-devel] [RFC 00/20] generic_cpu_init() and generic_cpu_create() functions

2012-12-18 Thread Andreas Färber
Am 18.12.2012 21:03, schrieb Eduardo Habkost: > This is just a proof of concept, of how I think we could gradually move to > make the architectures share CPU creation/initialization code. > > I have implemented a quick cpu_realize() function, just for testing, while we > don't have qdev realizefn

[Qemu-devel] [RFC 00/20] generic_cpu_init() and generic_cpu_create() functions

2012-12-18 Thread Eduardo Habkost
This is just a proof of concept, of how I think we could gradually move to make the architectures share CPU creation/initialization code. I have implemented a quick cpu_realize() function, just for testing, while we don't have qdev realizefn support implemented. I have converted the following tar