Re: [Qemu-devel] [PATCH v3 03/10] tcg: export tcg_gen_lookup_and_goto_ptr

2017-04-26 Thread Alex Bennée
Emilio G. Cota writes: > Instead of exporting goto_ptr directly to TCG frontends, export > tcg_gen_lookup_and_goto_ptr(), which calls goto_ptr with the pointer > returned by the lookup_tb_ptr() helper. This is the only use case > we have for goto_ptr and lookup_tb_ptr, so having this function is

Re: [Qemu-devel] [PATCH v3 03/10] tcg: export tcg_gen_lookup_and_goto_ptr

2017-04-26 Thread Richard Henderson
On 04/26/2017 08:23 AM, Emilio G. Cota wrote: Instead of exporting goto_ptr directly to TCG frontends, export tcg_gen_lookup_and_goto_ptr(), which calls goto_ptr with the pointer returned by the lookup_tb_ptr() helper. This is the only use case we have for goto_ptr and lookup_tb_ptr, so having th

[Qemu-devel] [PATCH v3 03/10] tcg: export tcg_gen_lookup_and_goto_ptr

2017-04-25 Thread Emilio G. Cota
Instead of exporting goto_ptr directly to TCG frontends, export tcg_gen_lookup_and_goto_ptr(), which calls goto_ptr with the pointer returned by the lookup_tb_ptr() helper. This is the only use case we have for goto_ptr and lookup_tb_ptr, so having this function is very convenient. Furthermore, it