From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1aX1-0001LQ-Il for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1aWu-0004Ca-GF for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:17:59 -0400 Message-ID: <53B1556E.3070807@suse.de> Date: Mon, 30 Jun 2014 14:17:50 +0200 From: Alexander Graf 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> <53B15328.5080305@gmail.com> In-Reply-To: <53B15328.5080305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Tom Musta , Richard Henderson Cc: Aldy Hernandez , "qemu-ppc@nongnu.org" , "qemu-devel@nongnu.org" On 30.06.14 14:08, Tom Musta wrote: > 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. > Yup, I'll change the default for BE to POWER7 too while applying. Alex