Re: [PATCH v2 2/2] target/ppc: Check DEXCR on hash{st, chk} instructions

2022-12-11 Thread Harsh Prateek Bora
On 12/12/22 00:06, Harsh Prateek Bora wrote: On 12/9/22 11:43, Nicholas Miehlbradt wrote: Adds checks to the hashst and hashchk instructions to only execute if enabled by the relevant aspect in the DEXCR and HDEXCR. This behaviour is guarded behind TARGET_PPC64 since Power10 is currently t

Re: [PATCH v2 2/2] target/ppc: Check DEXCR on hash{st, chk} instructions

2022-12-11 Thread Harsh Prateek Bora
On 12/9/22 11:43, Nicholas Miehlbradt wrote: Adds checks to the hashst and hashchk instructions to only execute if enabled by the relevant aspect in the DEXCR and HDEXCR. This behaviour is guarded behind TARGET_PPC64 since Power10 is currently the only implementation which has the DEXCR. Rev