Re: [PATCH v4 09/31] target/ppc: Remove unnecessary gen_io_end calls

2021-05-12 Thread David Gibson
On Wed, May 12, 2021 at 03:54:19PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > Since ba3e7926691ed33, we switched the implementation of icount > to always reset can_do_io at the start of the following TB. > Most of them were removed in 9e9b10c64911, but some were mis

[PATCH v4 09/31] target/ppc: Remove unnecessary gen_io_end calls

2021-05-12 Thread matheus . ferst
From: Richard Henderson Since ba3e7926691ed33, we switched the implementation of icount to always reset can_do_io at the start of the following TB. Most of them were removed in 9e9b10c64911, but some were missed. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/tra