Re: [Qemu-devel] [RFC 16/48] tcg: add plugin_mask to TB hash

2018-11-23 Thread Emilio G. Cota
On Fri, Nov 23, 2018 at 16:52:31 +, Alex Bennée wrote: > > Emilio G. Cota writes: > > > Signed-off-by: Emilio G. Cota > > This commit message needs more description. What is this plugin mask > for? Are we extending the TB flags with a mask of loaded plugins so we > can correctly identify w

Re: [Qemu-devel] [RFC 16/48] tcg: add plugin_mask to TB hash

2018-11-23 Thread Alex Bennée
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota This commit message needs more description. What is this plugin mask for? Are we extending the TB flags with a mask of loaded plugins so we can correctly identify what code was generated under what plugins? > --- > include/exec/exec-all

[Qemu-devel] [RFC 16/48] tcg: add plugin_mask to TB hash

2018-10-25 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- include/exec/exec-all.h | 2 ++ include/exec/tb-hash.h| 6 -- include/exec/tb-lookup.h | 1 + accel/tcg/cpu-exec.c | 6 +- accel/tcg/translate-all.c | 6 -- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/include/exec/exec-