qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Riku Voipio <riku.voipio@iki.fi>
To: qemu-devel@nongnu.org
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	[thread overview]
Message-ID: <20160525053839.GA25158@beaming.home> (raw)
In-Reply-To: <de3f1b98410e0d5b406a0df3a48547b559d18602.1456397907.git.riku.voipio@linaro.org>

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, riku.voipio@linaro.org wrote:
> From: Laurent Vivier <lvivier@redhat.com>
> 
> 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 <lvivier@redhat.com>
> Reviewed-by: Alexander Graf <agraf@suse.de>
> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
> ---
>  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	other threads:[~2016-05-25  5:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 11:01 [Qemu-devel] [PULL v2 0/8] linux-user updates and fixes riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 1/8] linux-user: fix realloc size of target_fd_trans riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 2/8] build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 3/8] linux-user: set ppc64/ppc64le default CPU to POWER8 riku.voipio
2016-05-25  5:38   ` Riku Voipio [this message]
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 4/8] linux-user: Don't assert if guest tries shmdt(0) riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 5/8] linux-user: sync syscall numbers with kernel riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 6/8] linux-user: remove unavailable syscalls from aarch64 riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 7/8] linux-user: correct timerfd_create syscall numbers riku.voipio
2016-02-25 11:01 ` [Qemu-devel] [PULL v2 8/8] linux-user: add getrandom() syscall riku.voipio
2016-02-25 12:13 ` [Qemu-devel] [PULL v2 0/8] linux-user updates and fixes 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=20160525053839.GA25158@beaming.home \
    --to=riku.voipio@iki.fi \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).