Re: [Qemu-devel] [PATCH v5 05/19] tcg-runtime: add lookup_tb_ptr helper

2017-04-28 Thread Richard Henderson
On 04/28/2017 12:29 PM, Alex Bennée wrote: +return tcg_ctx.code_gen_epilogue; Minor comments: I did notice is given we rely on the backends to set this up in later patches if it is worth adding an assert (or tcg_debug_assert?) to catch this early if a new backend doesn't set this up? Sure

Re: [Qemu-devel] [PATCH v5 05/19] tcg-runtime: add lookup_tb_ptr helper

2017-04-28 Thread Alex Bennée
Richard Henderson writes: > From: "Emilio G. Cota" > > This paves the way for upcoming work. > > Reviewed-by: Richard Henderson > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > Message-Id: <1493263764-18657-3-git-send-email-c...@braap.org> > Signed-off-by: Richard Henderson > --

[Qemu-devel] [PATCH v5 05/19] tcg-runtime: add lookup_tb_ptr helper

2017-04-27 Thread Richard Henderson
From: "Emilio G. Cota" This paves the way for upcoming work. Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Message-Id: <1493263764-18657-3-git-send-email-c...@braap.org> Signed-off-by: Richard Henderson --- tcg-runtime.c | 24 +