From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1aOQ-0003eY-G8 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:09:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1aOK-0001S9-I2 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:09:06 -0400 Message-ID: <53B15328.5080305@gmail.com> Date: Mon, 30 Jun 2014 07:08:08 -0500 From: Tom Musta MIME-Version: 1.0 References: <1403973928-9717-1-git-send-email-rth@twiddle.net> <1403973928-9717-2-git-send-email-rth@twiddle.net> <0D8DFE3A-6E85-4E51-97CF-C973938007FB@suse.de> <53AF0CA6.7040302@twiddle.net> In-Reply-To: <53AF0CA6.7040302@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] target-ppc: Change default cpu for ppc64le-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Alexander Graf Cc: Aldy Hernandez , "qemu-ppc@nongnu.org" , "qemu-devel@nongnu.org" On 6/28/2014 1:42 PM, Richard Henderson wrote: > On 06/28/2014 09:50 AM, Alexander Graf wrote: >> How about we switch to p7 for BE top? > > Not ideal until we implement all of p7's insns in TCG: > > Warning: Disabling some instructions which are not emulated by TCG (0x0, 0x4) > > > r~ > That was dealt with in this patch: http://lists.nongnu.org/archive/html/qemu-ppc/2014-06/msg00479.html and has now made its way into HEAD.