Re: [PATCH] target-i386: remove gen_io_end

2020-07-01 Thread Richard Henderson
On 6/26/20 3:44 AM, Paolo Bonzini wrote: > Force the end of a translation block after an I/O instruction in > icount mode. For consistency, all CF_USE_ICOUNT code is kept in > disas_insn instead of having it in gen_ins and gen_outs. > > Signed-off-by: Paolo Bonzini > --- > target/i386/translate

[PATCH] target-i386: remove gen_io_end

2020-06-26 Thread Paolo Bonzini
Force the end of a translation block after an I/O instruction in icount mode. For consistency, all CF_USE_ICOUNT code is kept in disas_insn instead of having it in gen_ins and gen_outs. Signed-off-by: Paolo Bonzini --- target/i386/translate.c | 22 +- 1 file changed, 9 inser