From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHnuR-0002eX-5S for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHnuN-0004rL-3A for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:58:14 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:50038 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHnuM-0004r9-UD for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:58:11 -0400 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5S7rnYB114657 for ; Tue, 28 Jun 2016 03:58:10 -0400 Received: from e28smtp08.in.ibm.com (e28smtp08.in.ibm.com [125.16.236.8]) by mx0b-001b2d01.pphosted.com with ESMTP id 23skk0fpbc-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Jun 2016 03:58:09 -0400 Received: from localhost by e28smtp08.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Jun 2016 13:28:06 +0530 Date: Tue, 28 Jun 2016 13:28:00 +0530 From: Bharata B Rao Reply-To: bharata@linux.vnet.ibm.com References: <5772275D.8090400@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5772275D.8090400@redhat.com> Message-Id: <20160628075800.GF27296@in.ibm.com> Subject: Re: [Qemu-devel] pseries machine does not like older CPUs anymore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-ppc@nongnu.org, David Gibson , QEMU Developers On Tue, Jun 28, 2016 at 09:29:33AM +0200, Thomas Huth wrote: > > Hi Bharata, > > there seems to be a regression with current QEMU master: The pseries > machine does not work with older 64-bit ppc CPUs anymore. With QEMU > 2.6.0, it is possible to run: > > qemu-system-ppc64 -nographic -M pseries -cpu 970 > > or > > qemu-system-ppc64 -nographic -M pseries -cpu POWER5+ > > but with QEMU master, I now only get a "Unable to find sPAPR CPU Core > definition" error message and then QEMU quits. > > At a quick glance, this seems to be related to the new CPU hotplug > code... so could you maybe have a look? Yes, I had added core support for POWER7 and POWER8 only. Let me send a patch to add the support for 970, POWER5 and POWER6. Regards, Bharata.