[Qemu-devel] Re: [RFC] make cpu creation happen inside the right thread.

2009-11-03 Thread Marcelo Tosatti
On Tue, Nov 03, 2009 at 12:35:08PM -0200, Glauber Costa wrote: > Right now, we issue cpu creation from the i/o thread, and then shoot a thread > from inside that code. Over the last months, a lot of subtle bugs were > reported, > usually arising from the very fragile order of that initialization.

[Qemu-devel] Re: [RFC] make cpu creation happen inside the right thread.

2009-11-03 Thread Glauber Costa
On Tue, Nov 03, 2009 at 03:46:07PM -0200, Marcelo Tosatti wrote: > On Tue, Nov 03, 2009 at 12:35:08PM -0200, Glauber Costa wrote: > > Right now, we issue cpu creation from the i/o thread, and then shoot a > > thread > > from inside that code. Over the last months, a lot of subtle bugs were > > re