[Qemu-devel] [PATCH Risu v2 0/3] PPC64 Improvements

Programmingkid posted 3 patches 7 years, 1 month ago
Only 0 patches received!
There is a newer version of this series
[Qemu-devel] [PATCH Risu v2 0/3] PPC64 Improvements
Posted by Programmingkid 7 years, 1 month ago
On Mar 9, 2017, at 3:08 PM, qemu-devel-request@nongnu.org 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?