From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmfXQ-0001e1-95 for qemu-devel@nongnu.org; Wed, 25 Mar 2009 22:41:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmfXL-0001cf-Ds for qemu-devel@nongnu.org; Wed, 25 Mar 2009 22:41:47 -0400 Received: from [199.232.76.173] (port=59364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmfXL-0001cZ-9L for qemu-devel@nongnu.org; Wed, 25 Mar 2009 22:41:43 -0400 Received: from mx2.redhat.com ([66.187.237.31]:51718) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmfXK-0007lG-Rm for qemu-devel@nongnu.org; Wed, 25 Mar 2009 22:41:43 -0400 Date: Wed, 25 Mar 2009 23:41:18 -0300 From: Marcelo Tosatti Subject: Re: [Qemu-devel] [patch 06/10] qemu: per-cpu thread information Message-ID: <20090326024118.GA6895@amt.cnet> References: <20090325224714.853788328@amt.cnet> <20090325225439.131253411@amt.cnet> <5d6222a80903251835x61da12ebgf79f336a82492645@mail.gmail.com> <20090326021026.GA6765@amt.cnet> <5d6222a80903251926y68e1bdddhe7deffea156bea4e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5d6222a80903251926y68e1bdddhe7deffea156bea4e@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: qemu-devel@nongnu.org On Wed, Mar 25, 2009 at 11:26:36PM -0300, Glauber Costa wrote: > On Wed, Mar 25, 2009 at 11:10 PM, Marcelo Tosatti wrote: > > On Wed, Mar 25, 2009 at 10:35:04PM -0300, Glauber Costa wrote: > >> On Wed, Mar 25, 2009 at 7:47 PM, Marcelo Tosatti wrote: > >> > Move per-cpu thread information to CPUState. Initialize through per-arch > >> > cpu_init. > >> > >> What prevents it to happen in common code? > > > > To be accessed in non-cpu context, you mean? Or to be accessed from > > linux-user context? > non-per-arch Huh? A informacao e' acessada de codigo comum, vl.c. Nao entendi o problema?