From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH] Set bit 1 in disabled processor's _STA Date: Mon, 18 May 2009 09:40:03 -0300 Message-ID: <20090518124003.GS27295@poweredge.glommer> References: <20090517143107.GM27295@poweredge.glommer> <20090517143235.GK3909@redhat.com> <20090517150727.GO27295@poweredge.glommer> <20090517153022.GB21386@redhat.com> <4A106E83.6080302@redhat.com> <20090518051718.GL3909@redhat.com> <4A10F5D6.5060700@redhat.com> <20090518055358.GA6438@redhat.com> <20090518113943.GR27295@poweredge.glommer> <20090518114018.GB14536@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx2.redhat.com ([66.187.237.31]:32926 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750795AbZERMe5 (ORCPT ); Mon, 18 May 2009 08:34:57 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4ICYxkj028391 for ; Mon, 18 May 2009 08:34:59 -0400 Content-Disposition: inline In-Reply-To: <20090518114018.GB14536@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 18, 2009 at 02:40:18PM +0300, Gleb Natapov wrote: > On Mon, May 18, 2009 at 08:39:43AM -0300, Glauber Costa wrote: > > > Now I recall something on LKML about this. Well, in this case Linux > > > shouldn't have used ACPI to invent its own way to do cpu hot-plug. > > It didn't. > > History shows that this method is what is used in some unisys machines, > > which seems to be the only ones implementing this around. > The questions are: What is "this" that linux currently implements, how > windows expects CPU hot-plug to work, are there any real x86 hardware > that supports CPU host-plug and what should we do about all this. as I said, there are unisys machines that implements cpu hotplug. The way they do it, is the way Linux kernel currently expects. The same way we implement on our BIOS.