Message ID | 20240605215739.4758-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/s390x: pc-relative translation | expand |
Ping. It rebases onto master just fine. r~ On 6/5/24 14:57, Richard Henderson wrote: > v1: 20220906101747.344559-1-richard.henderson@linaro.org > > A lot has changed in the 20 months since, including generic > cleanups and splitting out the PER fixes. > > > r~ > > > Richard Henderson (10): > target/s390x: Change help_goto_direct to work on displacements > target/s390x: Introduce gen_psw_addr_disp > target/s390x: Remove pc argument to pc_to_link_into > target/s390x: Use gen_psw_addr_disp in pc_to_link_info > target/s390x: Use gen_psw_addr_disp in save_link_info > target/s390x: Use deposit in save_link_info > target/s390x: Use gen_psw_addr_disp in op_sam > target/s390x: Use ilen instead in branches > target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state > target/s390x: Enable CF_PCREL > > target/s390x/cpu.c | 23 +++++ > target/s390x/tcg/translate.c | 190 +++++++++++++++++++++-------------- > 2 files changed, 138 insertions(+), 75 deletions(-) >
Ping. On 7/4/24 15:26, Richard Henderson wrote: > Ping. It rebases onto master just fine. > > r~ > > On 6/5/24 14:57, Richard Henderson wrote: >> v1: 20220906101747.344559-1-richard.henderson@linaro.org >> >> A lot has changed in the 20 months since, including generic >> cleanups and splitting out the PER fixes. >> >> >> r~ >> >> >> Richard Henderson (10): >> target/s390x: Change help_goto_direct to work on displacements >> target/s390x: Introduce gen_psw_addr_disp >> target/s390x: Remove pc argument to pc_to_link_into >> target/s390x: Use gen_psw_addr_disp in pc_to_link_info >> target/s390x: Use gen_psw_addr_disp in save_link_info >> target/s390x: Use deposit in save_link_info >> target/s390x: Use gen_psw_addr_disp in op_sam >> target/s390x: Use ilen instead in branches >> target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state >> target/s390x: Enable CF_PCREL >> >> target/s390x/cpu.c | 23 +++++ >> target/s390x/tcg/translate.c | 190 +++++++++++++++++++++-------------- >> 2 files changed, 138 insertions(+), 75 deletions(-) >>