Re: [PATCH v5 01/23] target/ppc: Introduce gen_icount_io_start

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:03PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > 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

[PATCH v5 01/23] target/ppc: Introduce gen_icount_io_start

2021-05-17 Thread matheus . ferst
From: Richard Henderson 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