From: Paolo Bonzini <pbonzini@redhat.com>
To: Laurent Vivier <lvivier@redhat.com>,
kvm@vger.kernel.org, kvm-ppc@vger.kernel.org
Cc: drjones@redhat.com, thuth@redhat.com, dgibson@redhat.com, agraf@suse.de
Subject: Re: [kvm-unit-tests PATCH v4 0/2] powerpc: add little-endian support
Date: Tue, 01 Mar 2016 21:08:57 +0000 [thread overview]
Message-ID: <56D604E9.1050805@redhat.com> (raw)
In-Reply-To: <1456824930-15078-1-git-send-email-lvivier@redhat.com>
On 01/03/2016 10:35, Laurent Vivier wrote:
> It allows to build and use little-endian kvm-unit-tests on
> big and little endian hosts.
>
> The series is also available from:
>
> https://github.com/vivier/kvm-unit-tests/commits/ppc64/endianness-v4
>
> v4: remove duplicate exit in configure
> add RTAS_MSR_MASK in asm/rtas.h and use it in cstart64.S
>
> v3: rebase on master
> rename RETURN_FROM_BE to FIXUP_ENDIAN
> remove B_BE
> restore Makefie.$(ARCH)
> compile boot_rom.elf only with "-mbig-endian" C flag
> force to use "--endian" with ppc64
> add a patch to create ppc_asm.h (and move some code)
>
> v2: replace FIXUP_ENDIAN from linux by a home made version
> (B_BE and RETURN_FROM_BE)
>
> Laurent Vivier (2):
> powerpc: add asm/ppc_asm.h
> powerpc: select endianness
>
> configure | 10 ++++++++++
> lib/powerpc/asm/ppc_asm.h | 33 +++++++++++++++++++++++++++++++++
> lib/powerpc/asm/rtas.h | 6 ++++++
> lib/ppc64/asm/io.h | 8 ++++++++
> lib/ppc64/asm/ppc_asm.h | 1 +
> powerpc/Makefile.common | 3 ++-
> powerpc/Makefile.ppc64 | 9 +++++++--
> powerpc/cstart64.S | 31 +++++++++++++++++--------------
> 8 files changed, 84 insertions(+), 17 deletions(-)
> create mode 100644 lib/powerpc/asm/ppc_asm.h
> create mode 100644 lib/ppc64/asm/ppc_asm.h
>
Looks good, will push tomorrow.
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Laurent Vivier <lvivier@redhat.com>,
kvm@vger.kernel.org, kvm-ppc@vger.kernel.org
Cc: drjones@redhat.com, thuth@redhat.com, dgibson@redhat.com, agraf@suse.de
Subject: Re: [kvm-unit-tests PATCH v4 0/2] powerpc: add little-endian support
Date: Tue, 1 Mar 2016 22:08:57 +0100 [thread overview]
Message-ID: <56D604E9.1050805@redhat.com> (raw)
In-Reply-To: <1456824930-15078-1-git-send-email-lvivier@redhat.com>
On 01/03/2016 10:35, Laurent Vivier wrote:
> It allows to build and use little-endian kvm-unit-tests on
> big and little endian hosts.
>
> The series is also available from:
>
> https://github.com/vivier/kvm-unit-tests/commits/ppc64/endianness-v4
>
> v4: remove duplicate exit in configure
> add RTAS_MSR_MASK in asm/rtas.h and use it in cstart64.S
>
> v3: rebase on master
> rename RETURN_FROM_BE to FIXUP_ENDIAN
> remove B_BE
> restore Makefie.$(ARCH)
> compile boot_rom.elf only with "-mbig-endian" C flag
> force to use "--endian" with ppc64
> add a patch to create ppc_asm.h (and move some code)
>
> v2: replace FIXUP_ENDIAN from linux by a home made version
> (B_BE and RETURN_FROM_BE)
>
> Laurent Vivier (2):
> powerpc: add asm/ppc_asm.h
> powerpc: select endianness
>
> configure | 10 ++++++++++
> lib/powerpc/asm/ppc_asm.h | 33 +++++++++++++++++++++++++++++++++
> lib/powerpc/asm/rtas.h | 6 ++++++
> lib/ppc64/asm/io.h | 8 ++++++++
> lib/ppc64/asm/ppc_asm.h | 1 +
> powerpc/Makefile.common | 3 ++-
> powerpc/Makefile.ppc64 | 9 +++++++--
> powerpc/cstart64.S | 31 +++++++++++++++++--------------
> 8 files changed, 84 insertions(+), 17 deletions(-)
> create mode 100644 lib/powerpc/asm/ppc_asm.h
> create mode 100644 lib/ppc64/asm/ppc_asm.h
>
Looks good, will push tomorrow.
Paolo
next prev parent reply other threads:[~2016-03-01 21:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 9:35 [kvm-unit-tests PATCH v4 0/2] powerpc: add little-endian support Laurent Vivier
2016-03-01 9:35 ` Laurent Vivier
2016-03-01 9:35 ` [kvm-unit-tests PATCH v4 1/2] powerpc: add asm/ppc_asm.h Laurent Vivier
2016-03-01 9:35 ` Laurent Vivier
2016-03-01 9:35 ` [kvm-unit-tests PATCH v4 2/2] powerpc: select endianness Laurent Vivier
2016-03-01 9:35 ` Laurent Vivier
2016-03-01 10:55 ` Andrew Jones
2016-03-01 10:55 ` Andrew Jones
2016-03-01 21:08 ` Paolo Bonzini [this message]
2016-03-01 21:08 ` [kvm-unit-tests PATCH v4 0/2] powerpc: add little-endian support Paolo Bonzini
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=56D604E9.1050805@redhat.com \
--to=pbonzini@redhat.com \
--cc=agraf@suse.de \
--cc=dgibson@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=lvivier@redhat.com \
--cc=thuth@redhat.com \
/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.