Re: [Qemu-devel] [RFC v2 09/38] cputlb: introduce get_page_addr_code_hostp

2019-01-24 Thread Alex Bennée
Emilio G. Cota writes: > This will be used by plugins to get the host address > of instructions. > > Signed-off-by: Emilio G. Cota > --- > include/exec/exec-all.h | 13 + > accel/tcg/cputlb.c | 14 +- > 2 files changed, 26 insertions(+), 1 deletion(-) > > diff --g

[Qemu-devel] [RFC v2 09/38] cputlb: introduce get_page_addr_code_hostp

2018-12-09 Thread Emilio G. Cota
This will be used by plugins to get the host address of instructions. Signed-off-by: Emilio G. Cota --- include/exec/exec-all.h | 13 + accel/tcg/cputlb.c | 14 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/include/exec/exec-all.h b/include/exec/e