[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH Risu v2 0/3] PPC64 Improvements
From: |
Programmingkid |
Subject: |
[Qemu-devel] [PATCH Risu v2 0/3] PPC64 Improvements |
Date: |
Mon, 13 Mar 2017 23:23:56 -0400 |
On Mar 9, 2017, at 3:08 PM, address@hidden wrote:
> v2:
> - applied code review
>
> This patchset include initial support to PPC64 (Big-Endian), that is pretty
> much the same: only some fixes in configure and risugen.
> Also, it adds a better random initialization of VSX registers.
>
> Jose Ricardo Ziviani (3):
> risugen_ppc64: Load random 128-bit data to VSX registers
> configure: Add initial support to PPC64 (big endian)
> risugen,risugen_ppc64.pm: Add support ppc64 (big-endian)
>
> configure | 9 ++++-----
> risugen | 6 +++++-
> risugen_ppc64.pm | 44 +++++++++++++++++++++++++++++++++-----------
> 3 files changed, 42 insertions(+), 17 deletions(-)
>
> --
> 2.7.4
Are there plans on adding 32 bit PowerPC support to Risu?