David Gibson <da...@gibson.dropbear.id.au> writes:

> [ Unknown signature status ]
> On Sat, Aug 13, 2016 at 12:04:26AM +0530, Nikunj A Dadhania wrote:
>> 1) Consolidate Load/Store operations using tcg_gen_qemu_ld/st functions
>> 2) This series contains 10 new instructions for POWER9 ISA3.0
>>    Use newer qemu load/store tcg helpers and optimize stxvw4x and lxvw4x.
>> 
>> Patches:
>>  01-09:  Cleanup load/store operations in ppc translator 
>>     10:  xxspltib: VSX Vector Splat Immediate Byte
>>     11:  darn: Deliver a random number
>>     12:  lxsibzx - Load VSX Scalar as Integer Byte & Zero Indexed
>>          lxsihzx - Load VSX Scalar as Integer Halfword & Zero Indexed
>>     13:  stxsibx - Store VSX Scalar as Integer Byte Indexed
>>          stxsihx - Store VSX Scalar as Integer Halfword Indexed
>>     14:  lxvw4x - improve implementation
>>     15:  lxvb16x: Load VSX Vector Byte*16
>>          lxvh8x:  Load VSX Vector Halfword*8
>>     16:  stxv4x - improve implementation
>>     17:  stxvb16x: Store VSX Vector Byte*16
>>          stxvh8x:  Store VSX Vector Halfword*8
>> 
>> Series also available here:
>> https://github.com/nikunjad/qemu/tree/p9-tcg
>
> Sorry, I'm not going to get a chance to review these in the near
> future.  Could you rebase and resend in a couple of weeks once KVM
> Forum is over?

Sure David, I guessed so.

Regards
Nikunj


Reply via email to