Re: [Qemu-devel] [PATCH 0/2] target-ppc: vector instruction fixes

2015-09-20 Thread Alexander Graf
On 17.09.15 06:58, Richard Henderson wrote: > On 09/13/2015 02:03 PM, Aurelien Jarno wrote: >> This patchset fixes some vector instructions which are incorrectly >> decoded or implemented. The first patch is needed to run recent version >> of openssl, as it enabled POWER8 instrutctions when it de

Re: [Qemu-devel] [PATCH 0/2] target-ppc: vector instruction fixes

2015-09-16 Thread Richard Henderson
On 09/13/2015 02:03 PM, Aurelien Jarno wrote: This patchset fixes some vector instructions which are incorrectly decoded or implemented. The first patch is needed to run recent version of openssl, as it enabled POWER8 instrutctions when it detects such a CPU. Aurelien Jarno (2): target-ppc: f

[Qemu-devel] [PATCH 0/2] target-ppc: vector instruction fixes

2015-09-13 Thread Aurelien Jarno
This patchset fixes some vector instructions which are incorrectly decoded or implemented. The first patch is needed to run recent version of openssl, as it enabled POWER8 instrutctions when it detects such a CPU. Aurelien Jarno (2): target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxo