Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-06-21 Thread Philippe Mathieu-Daudé
On 21/6/23 15:47, Mark Cave-Ayland wrote: On 21/06/2023 10:14, Mark Cave-Ayland wrote: On 19/06/2023 16:41, Richard Henderson wrote: On 5/11/23 13:02, Richard Henderson wrote: On 5/11/23 09:40, Mark Cave-Ayland wrote: Obviously nothing notionally against this patch, however if you could giv

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-06-21 Thread Mark Cave-Ayland
On 21/06/2023 10:14, Mark Cave-Ayland wrote: On 19/06/2023 16:41, Richard Henderson wrote: On 5/11/23 13:02, Richard Henderson wrote: On 5/11/23 09:40, Mark Cave-Ayland wrote: Obviously nothing notionally against this patch, however if you could give me a few days to run my OpenBIOS SPARC32/

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-06-21 Thread Mark Cave-Ayland
On 19/06/2023 16:41, Richard Henderson wrote: On 5/11/23 13:02, Richard Henderson wrote: On 5/11/23 09:40, Mark Cave-Ayland wrote: Obviously nothing notionally against this patch, however if you could give me a few days to run my OpenBIOS SPARC32/SPARC64 boot tests against git master with thi

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-06-20 Thread Philippe Mathieu-Daudé
On 5/4/23 20:59, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/sparc/translate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/sparc/translate.c b/target/sparc/translate.c index 137bdc5159..47940fd85e 100644 --- a/target/sparc/transl

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-06-19 Thread Richard Henderson
On 5/11/23 13:02, Richard Henderson wrote: On 5/11/23 09:40, Mark Cave-Ayland wrote: Obviously nothing notionally against this patch, however if you could give me a few days to run my OpenBIOS SPARC32/SPARC64 boot tests against git master with this patch applied to double-check there are no reg

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-05-11 Thread Richard Henderson
On 5/11/23 09:40, Mark Cave-Ayland wrote: Obviously nothing notionally against this patch, however if you could give me a few days to run my OpenBIOS SPARC32/SPARC64 boot tests against git master with this patch applied to double-check there are no regressions, that would be great. No problem.

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-05-11 Thread Mark Cave-Ayland
On 10/05/2023 11:23, Richard Henderson wrote: Ping. r~ On 4/5/23 19:59, Richard Henderson wrote: Signed-off-by: Richard Henderson ---   target/sparc/translate.c | 8   1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/sparc/translate.c b/target/sparc/translate.c in

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-05-10 Thread Richard Henderson
Ping. r~ On 4/5/23 19:59, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/sparc/translate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/sparc/translate.c b/target/sparc/translate.c index 137bdc5159..47940fd85e 100644 --- a/target/s

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-04-05 Thread Richard Henderson
On 4/5/23 14:09, Mark Cave-Ayland wrote: I can certainly give this an R-B, however I'm fairly sure I tried this a couple of years back and found that it introduced random hangs on qemu-system-sparc64 :/. Have you seen any issues in the relevant avocado tests with this patch applied? No issues.

Re: [PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-04-05 Thread Mark Cave-Ayland
On 05/04/2023 19:59, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/sparc/translate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/sparc/translate.c b/target/sparc/translate.c index 137bdc5159..47940fd85e 100644 --- a/target/sparc/t

[PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr

2023-04-05 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/sparc/translate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/sparc/translate.c b/target/sparc/translate.c index 137bdc5159..47940fd85e 100644 --- a/target/sparc/translate.c +++ b/target/sparc/translate.c @@ -322,7