]> xenbits.xensource.com Git - qemu-xen.git/commit
target/ppc: Fix reserved bit mask of dstst instruction
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 25 Mar 2018 23:54:28 +0000 (01:54 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 27 Apr 2018 08:05:22 +0000 (18:05 +1000)
commit99d45f8fbd6756c2495bcb554dcbf50585f1f7b0
treef1f862efeda73aa98059ab4ffa2cf97843cf1c2c
parenta2f04333a340282c0842e76c055297cb7ba56f0f
target/ppc: Fix reserved bit mask of dstst instruction

According to the Vector/SIMD extension documentation bit 6 that is
currently masked is valid (listed as transient bit) but bits 7 and 8
should be reserved instead. Fix the mask to match this.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c