Re: [Qemu-devel] [PATCH v2 02/22] target-*: Unconditionally emit tcg_gen_insn_start

2015-09-21 Thread Aurelien Jarno
On 2015-09-17 21:55, Richard Henderson wrote: > While we're at it, emit the opcode adjacent to where we currently > record data for search_pc. This puts gen_io_start et al on the > "correct" side of the marker. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > target-al

[Qemu-devel] [PATCH v2 02/22] target-*: Unconditionally emit tcg_gen_insn_start

2015-09-17 Thread Richard Henderson
While we're at it, emit the opcode adjacent to where we currently record data for search_pc. This puts gen_io_start et al on the "correct" side of the marker. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target-alpha/translate.c | 6 ++ target-arm/translate-a64.c