Re: [PATCH v9 09/10] target/ppc: PMU Event-Based exception support

2021-12-08 Thread David Gibson
On Wed, Dec 01, 2021 at 12:17:33PM -0300, Daniel Henrique Barboza wrote: > From: Gustavo Romero > > Following up the rfebb implementation, this patch adds the EBB exception > support that are triggered by Performance Monitor alerts. This exception > occurs when an enabled PMU condition or event h

Re: [PATCH v9 09/10] target/ppc: PMU Event-Based exception support

2021-12-03 Thread Cédric Le Goater
Hello, On 12/1/21 16:17, Daniel Henrique Barboza wrote: From: Gustavo Romero Following up the rfebb implementation, this patch adds the EBB exception support that are triggered by Performance Monitor alerts. This exception occurs when an enabled PMU condition or event happens and both MMCR0_EB

[PATCH v9 09/10] target/ppc: PMU Event-Based exception support

2021-12-01 Thread Daniel Henrique Barboza
From: Gustavo Romero Following up the rfebb implementation, this patch adds the EBB exception support that are triggered by Performance Monitor alerts. This exception occurs when an enabled PMU condition or event happens and both MMCR0_EBE and BESCR_PME are set. The supported PM alerts will cons