Re: [Qemu-devel] [PATCH v4 18/54] cputlb: introduce get_page_addr_code_hostp

2019-08-01 Thread Richard Henderson
On 7/31/19 9:06 AM, Alex Bennée wrote: > From: "Emilio G. Cota" > > This will be used by plugins to get the host address > of instructions. > > Signed-off-by: Emilio G. Cota > Signed-off-by: Alex Bennée > --- > accel/tcg/cputlb.c | 14 +- > include/exec/exec-all.h | 38 ++

[Qemu-devel] [PATCH v4 18/54] cputlb: introduce get_page_addr_code_hostp

2019-07-31 Thread Alex Bennée
From: "Emilio G. Cota" This will be used by plugins to get the host address of instructions. Signed-off-by: Emilio G. Cota Signed-off-by: Alex Bennée --- accel/tcg/cputlb.c | 14 +- include/exec/exec-all.h | 38 ++ 2 files changed, 51 inser