From: Michael Tokarev <mjt@tls.msk.ru>
To: Laurent Vivier <lvivier@redhat.com>, Riku Voipio <riku.voipio@iki.fi>
Cc: peter.maydell@linaro.org, gkurz@linux.vnet.ibm.com,
agraf@suse.de, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] linux-user: set ppc64/ppc64le default CPU to POWER8
Date: Fri, 5 Feb 2016 00:24:08 +0300 [thread overview]
Message-ID: <56B3C178.9090601@msgid.tls.msk.ru> (raw)
In-Reply-To: <1454612161-24396-1-git-send-email-lvivier@redhat.com>
04.02.2016 21:56, 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
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Thank you!
/mjt
> ---
> 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
>
next prev parent reply other threads:[~2016-02-04 21:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-04 18:56 [Qemu-devel] [PATCH] linux-user: set ppc64/ppc64le default CPU to POWER8 Laurent Vivier
2016-02-04 19:01 ` Alexander Graf
2016-02-04 21:24 ` Michael Tokarev [this message]
2016-02-15 13:15 ` Riku Voipio
2016-02-15 13:25 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B3C178.9090601@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=agraf@suse.de \
--cc=gkurz@linux.vnet.ibm.com \
--cc=lvivier@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.