Re: [Qemu-devel] [PATCH v3 02/10] tcg: introduce goto_ptr opcode

2017-04-26 Thread Richard Henderson
On 04/26/2017 08:23 AM, Emilio G. Cota wrote: +DEF(goto_ptr, 0, 1, 0, TCG_OPF_BB_END) One more thing: DEF(goto_ptr, 0, 1, 0, TCG_OPF_BB_END | IMPL(TCG_TARGET_HAS_goto_ptr)) You'd have noticed this if you'd have tested this particular patch, with --enable-debug-tcg, before applying patch 4.

Re: [Qemu-devel] [PATCH v3 02/10] tcg: introduce goto_ptr opcode

2017-04-26 Thread Richard Henderson
On 04/26/2017 08:23 AM, Emilio G. Cota wrote: Signed-off-by: Emilio G. Cota --- tcg/aarch64/tcg-target.h | 1 + tcg/arm/tcg-target.h | 1 + tcg/i386/tcg-target.h| 1 + tcg/ia64/tcg-target.h| 1 + tcg/mips/tcg-target.h| 1 + tcg/ppc/tcg-target.h | 1 + tcg/s390/tcg-targ

[Qemu-devel] [PATCH v3 02/10] tcg: introduce goto_ptr opcode

2017-04-25 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- tcg/aarch64/tcg-target.h | 1 + tcg/arm/tcg-target.h | 1 + tcg/i386/tcg-target.h| 1 + tcg/ia64/tcg-target.h| 1 + tcg/mips/tcg-target.h| 1 + tcg/ppc/tcg-target.h | 1 + tcg/s390/tcg-target.h| 1 + tcg/sparc/tcg-target.h | 1 + tcg/tcg