From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKyZl-0003am-Q7 for qemu-devel@nongnu.org; Wed, 06 Jul 2016 21:58:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKyZk-00010z-Vm for qemu-devel@nongnu.org; Wed, 06 Jul 2016 21:58:01 -0400 Message-ID: <1467856652.27157.10.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Thu, 07 Jul 2016 11:57:32 +1000 In-Reply-To: <20160707011242.GH14675@voom.fritz.box> References: <146780713904.26232.12351310667258006783.stgit@bahia.lab.toulouse-stg.fr.ibm.com> <146780720136.26232.7902445403479806617.stgit@bahia.lab.toulouse-stg.fr.ibm.com> <20160707011242.GH14675@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 2/7] ppc: move smp_threads sanity checks to spapr List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , Greg Kurz Cc: Eduardo Habkost , qemu-devel@nongnu.org, Alexander Graf , qemu-ppc@nongnu.org, Cedric Le Goater , Bharata B Rao , Scott Wood , Igor Mammedov On Thu, 2016-07-07 at 11:12 +1000, David Gibson wrote: > I'm not comfortable with this.=C2=A0 SMT may only be used for pseries a= t > the moment, but the SMT possibilities are absolutely a constraint of > the CPU itself, not the machine type.=C2=A0 It seems more logical to me= to > check this in the CPU code. Also powernv uses them too no ? Ben.