From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHnSn-00057Z-9l for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:29:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHnSj-0006Sg-KS for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:29:40 -0400 From: Thomas Huth Message-ID: <5772275D.8090400@redhat.com> Date: Tue, 28 Jun 2016 09:29:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] pseries machine does not like older CPUs anymore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bharata B Rao , qemu-ppc@nongnu.org Cc: David Gibson , QEMU Developers 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? Thanks, Thomas