Re: [PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments

2021-12-14 Thread Daniel Henrique Barboza
On 12/8/21 22:52, David Gibson wrote: On Wed, Dec 01, 2021 at 12:17:34PM -0300, Daniel Henrique Barboza wrote: The current logic is only considering event-based exceptions triggered by the performance monitor. This is true now, but we might want to add support for external event-based excepti

Re: [PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments

2021-12-08 Thread David Gibson
On Wed, Dec 01, 2021 at 12:17:34PM -0300, Daniel Henrique Barboza wrote: > The current logic is only considering event-based exceptions triggered > by the performance monitor. This is true now, but we might want to add > support for external event-based exceptions in the future. > > Let's make it

[PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments

2021-12-01 Thread Daniel Henrique Barboza
The current logic is only considering event-based exceptions triggered by the performance monitor. This is true now, but we might want to add support for external event-based exceptions in the future. Let's make it a bit easier to do so by adding the bit logic that would happen in case we were dea