Hi Naveen, >> Add modsw and moduw instruction emulation support to analyse_instr. >> modsw is an x-form instruction that calculates signed modulo of values >> stored in registers. moduw is similar to modsw but it works with >> unsigned values. >> >> Changes in v2: >> Don't update CR register as the instruction does not touch that >> Arrange extended opcode in numerical order > > This changelog should come after '---' below so that it doesn't get > included in the commit message.
Oh, I see. Should I send the patch again with the above change? If so should I mark it v3 or just v2? > Apart from that, for this patch: > Reviewed-by: Naveen N. Rao <naveen.n....@linux.vnet.ibm.com> Thanks and regards, PrasannaKumar