Re: [PATCH v2 27/27] target/s390x: Enable TARGET_TB_PCREL

2022-12-14 Thread Ilya Leoshkevich
On Sun, Dec 11, 2022 at 09:28:02AM -0600, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/s390x/cpu-param.h | 1 + > target/s390x/cpu.c | 12 + > target/s390x/tcg/translate.c | 86 +++- > 3 files changed, 68

[PATCH v2 27/27] target/s390x: Enable TARGET_TB_PCREL

2022-12-11 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/s390x/cpu-param.h | 1 + target/s390x/cpu.c | 12 + target/s390x/tcg/translate.c | 86 +++- 3 files changed, 68 insertions(+), 31 deletions(-) diff --git a/target/s390x/cpu-param.h