Re: [PATCH 0/2] target/ppc: Implement Dynamic Execution Control Registers

2022-11-24 Thread Joel Stanley
Hi Nick, On Thu, 24 Nov 2022 at 05:53, Nicholas Miehlbradt wrote: > > Implements the Dynamic Execution Control Register (DEXCR) and the > Hypervisor Dynamic Execution Control Register (HDEXCR) in TCG as > defined in Power ISA 3.1B. Only aspects 5 (Non-privileged hash instruction > enable) and 6 (

[PATCH 0/2] target/ppc: Implement Dynamic Execution Control Registers

2022-11-23 Thread Nicholas Miehlbradt
Implements the Dynamic Execution Control Register (DEXCR) and the Hypervisor Dynamic Execution Control Register (HDEXCR) in TCG as defined in Power ISA 3.1B. Only aspects 5 (Non-privileged hash instruction enable) and 6 (Privileged hash instruction enable) have architectural effects. Other aspec