qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v2 3/8] linux-user: set ppc64/ppc64le default CPU


From: Riku Voipio
Subject: Re: [Qemu-devel] [PULL v2 3/8] linux-user: set ppc64/ppc64le default CPU to POWER8
Date: Wed, 25 May 2016 08:38:39 +0300
User-agent: Mutt/1.5.23 (2014-03-12)

Hi,

Sorry ignore these "pull v2" mails, apparently I had some old files
lying around..

On Wed, May 25, 2016 at 08:27:38AM +0300, address@hidden wrote:
> From: Laurent Vivier <address@hidden>
> 
> 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 <address@hidden>
> Reviewed-by: Alexander Graf <address@hidden>
> Reviewed-by: Michael Tokarev <address@hidden>
> Signed-off-by: Riku Voipio <address@hidden>
> ---
>  linux-user/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux-user/main.c b/linux-user/main.c
> index e719a2d..2a692e0 100644
> --- a/linux-user/main.c
> +++ b/linux-user/main.c
> @@ -4160,7 +4160,7 @@ int main(int argc, char **argv, char **envp)
>          cpu_model = "or1200";
>  #elif defined(TARGET_PPC)
>  # ifdef TARGET_PPC64
> -        cpu_model = "POWER7";
> +        cpu_model = "POWER8";
>  # else
>          cpu_model = "750";
>  # endif
> -- 
> 2.1.4
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]