Re: [Qemu-devel] [PATCH] target-xtensa: fix search_pc for the last TB opcode

2012-12-19 Thread Max Filippov
On Wed, Dec 19, 2012 at 11:45 PM, Blue Swirl wrote: > On Tue, Dec 18, 2012 at 7:21 AM, Max Filippov wrote: >> Zero out tcg_ctx.gen_opc_instr_start for instructions representing the >> last guest opcode in the TB. >> >> Cc: qemu-sta...@nongnu.org >> Signed-off-by: Max Filippov >> --- >> target-x

Re: [Qemu-devel] [PATCH] target-xtensa: fix search_pc for the last TB opcode

2012-12-19 Thread Blue Swirl
On Tue, Dec 18, 2012 at 7:21 AM, Max Filippov wrote: > Zero out tcg_ctx.gen_opc_instr_start for instructions representing the > last guest opcode in the TB. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Max Filippov > --- > target-xtensa/translate.c |8 +++- > 1 files changed, 7 insert

[Qemu-devel] [PATCH] target-xtensa: fix search_pc for the last TB opcode

2012-12-17 Thread Max Filippov
Zero out tcg_ctx.gen_opc_instr_start for instructions representing the last guest opcode in the TB. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Filippov --- target-xtensa/translate.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/target-xtensa/translate.c b/tar