Re: [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation

2023-01-12 Thread Alex Bennée
Alex Bennée writes: > Richard Henderson writes: > >> On 1/10/23 09:39, Alex Bennée wrote: >>> From: Emilio Cota >>> It is internal to TCG and therefore we know it does not >>> access guest memory. >>> Related: #1381 >>> Signed-off-by: Emilio Cota >>> Message-Id: <20230108164731.61469-4-c...@

Re: [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation

2023-01-12 Thread Alex Bennée
Richard Henderson writes: > On 1/10/23 09:39, Alex Bennée wrote: >> From: Emilio Cota >> It is internal to TCG and therefore we know it does not >> access guest memory. >> Related: #1381 >> Signed-off-by: Emilio Cota >> Message-Id: <20230108164731.61469-4-c...@braap.org> >> Signed-off-by: Ale

Re: [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation

2023-01-11 Thread Richard Henderson
On 1/10/23 09:39, Alex Bennée wrote: From: Emilio Cota It is internal to TCG and therefore we know it does not access guest memory. Related: #1381 Signed-off-by: Emilio Cota Message-Id: <20230108164731.61469-4-c...@braap.org> Signed-off-by: Alex Bennée --- tcg/tcg.c | 6 -- 1 file ch

[PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation

2023-01-10 Thread Alex Bennée
From: Emilio Cota It is internal to TCG and therefore we know it does not access guest memory. Related: #1381 Signed-off-by: Emilio Cota Message-Id: <20230108164731.61469-4-c...@braap.org> Signed-off-by: Alex Bennée --- tcg/tcg.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) d