From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME4TC-0002wG-Oe for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:46:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME4T9-0002ur-1k for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:46:42 -0400 Received: from [199.232.76.173] (port=38434 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME4T8-0002uo-LD for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:46:38 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35731) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME4T8-00006t-7M for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:46:38 -0400 Date: Tue, 9 Jun 2009 19:46:34 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH] provide cpu_index to env mapping Message-ID: <20090609164634.GO5558@redhat.com> References: <1244564118-428-1-git-send-email-glommer@redhat.com> <4A2E8CDE.7050507@redhat.com> <20090609164009.GP11966@poweredge.glommer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090609164009.GP11966@poweredge.glommer> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, Avi Kivity , qemu-devel@nongnu.org On Tue, Jun 09, 2009 at 01:40:09PM -0300, Glauber Costa wrote: > On Tue, Jun 09, 2009 at 07:25:02PM +0300, Avi Kivity wrote: > > Glauber Costa wrote: > >> There are some people interested in, given a cpu number, > >> pick its CPUState. KVM is an example, although not yet in tree. > >> This patch provides a way of doing that. > >> > >> > > > > I think it's better to migrate kvm towards using env as the handle > > instead of the cpu index. > btw: the particular user of this is cpu hotplug. > cpu hotplug can use apic ids too. -- Gleb.