Re: [PATCH v4 10/31] target/ppc: Introduce gen_icount_io_start

2021-05-12 Thread David Gibson
On Wed, May 12, 2021 at 04:21:13PM -0300, Matheus K. Ferst wrote: > On 12/05/2021 15:54, matheus.fe...@eldorado.org.br wrote: > > From: Matheus Ferst > > > > Create a function to handle the details for interacting with icount. > > > > Force the exit from the tb via DISAS_TOO_MANY, which allows

Re: [PATCH v4 10/31] target/ppc: Introduce gen_icount_io_start

2021-05-12 Thread Matheus K. Ferst
On 12/05/2021 15:54, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Create a function to handle the details for interacting with icount. Force the exit from the tb via DISAS_TOO_MANY, which allows chaining to the next tb, where the code emitted for gen_tb_start() will determine if

[PATCH v4 10/31] target/ppc: Introduce gen_icount_io_start

2021-05-12 Thread matheus . ferst
From: Matheus Ferst Create a function to handle the details for interacting with icount. Force the exit from the tb via DISAS_TOO_MANY, which allows chaining to the next tb, where the code emitted for gen_tb_start() will determine if we must exit. We can thus remove any matching conditional