From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRPA5-0000A4-0v for qemu-devel@nongnu.org; Thu, 04 Feb 2016 14:01:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRPA0-0005Hc-BB for qemu-devel@nongnu.org; Thu, 04 Feb 2016 14:01:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:50210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRPA0-0005HI-4x for qemu-devel@nongnu.org; Thu, 04 Feb 2016 14:01:44 -0500 References: <1454612161-24396-1-git-send-email-lvivier@redhat.com> From: Alexander Graf Message-ID: <56B3A011.4060809@suse.de> Date: Thu, 4 Feb 2016 20:01:37 +0100 MIME-Version: 1.0 In-Reply-To: <1454612161-24396-1-git-send-email-lvivier@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-user: set ppc64/ppc64le default CPU to POWER8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , Riku Voipio Cc: peter.maydell@linaro.org, mjt@tls.msk.ru, qemu-devel@nongnu.org, gkurz@linux.vnet.ibm.com On 02/04/2016 07:56 PM, Laurent Vivier wrote: > Set the default to the latest CPU version to have the > largest set of available features. > > It is also really needed in little-endian mode because > POWER7 is not really supported in this mode and some distros > (at least debian) generate POWER8 code for their ppc64le target. > > Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813698 > > Signed-off-by: Laurent Vivier Makes a lot of sense. Reviewed-by: Alexander Graf Alex