qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] target/riscv: Add support for PC-relative translation
@ 2023-05-23 13:59 Weiwei Li
  2023-05-23 13:59 ` [PATCH v2 1/7] target/riscv: Fix target address to update badaddr Weiwei Li
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Weiwei Li @ 2023-05-23 13:59 UTC (permalink / raw)
  To: qemu-riscv, qemu-devel
  Cc: palmer, alistair.francis, bin.meng, dbarboza, zhiwei_liu,
	wangjunqiang, lazyparser, Weiwei Li

This patchset tries to add support for PC-relative translation.

The existence of CF_PCREL can improve performance with the guest
kernel's address space randomization.  Each guest process maps libc.so
(et al) at a different virtual address, and this allows those
translations to be shared.

And support of PC-relative translation is the precondition to support
pointer mask for instruction.

The port is available here:
https://github.com/plctlab/plct-qemu/tree/plct-pcrel-upstream-v2

v2:
 * rebase on upstream and add pc-relative translation for Zc* instructions

Weiwei Li (7):
  target/riscv: Fix target address to update badaddr
  target/riscv: Introduce cur_insn_len into DisasContext
  target/riscv: Change gen_goto_tb to work on displacements
  target/riscv: Change gen_set_pc_imm to gen_update_pc
  target/riscv: Use true diff for gen_pc_plus_diff
  target/riscv: Enable PC-relative translation
  target/riscv: Remove pc_succ_insn from DisasContext

 target/riscv/cpu.c                            | 31 ++++--
 .../riscv/insn_trans/trans_privileged.c.inc   |  2 +-
 target/riscv/insn_trans/trans_rvi.c.inc       | 43 ++++++---
 target/riscv/insn_trans/trans_rvv.c.inc       |  4 +-
 target/riscv/insn_trans/trans_rvzawrs.c.inc   |  2 +-
 target/riscv/insn_trans/trans_rvzce.c.inc     | 10 +-
 target/riscv/insn_trans/trans_xthead.c.inc    |  2 +-
 target/riscv/translate.c                      | 94 ++++++++++++-------
 8 files changed, 123 insertions(+), 65 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-05-26  3:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23 13:59 [PATCH v2 0/7] target/riscv: Add support for PC-relative translation Weiwei Li
2023-05-23 13:59 ` [PATCH v2 1/7] target/riscv: Fix target address to update badaddr Weiwei Li
2023-05-23 13:59 ` [PATCH v2 2/7] target/riscv: Introduce cur_insn_len into DisasContext Weiwei Li
2023-05-23 20:27   ` Richard Henderson
2023-05-26  2:02   ` Alistair Francis
2023-05-23 13:59 ` [PATCH v2 3/7] target/riscv: Change gen_goto_tb to work on displacements Weiwei Li
2023-05-23 20:29   ` Richard Henderson
2023-05-26  2:04   ` Alistair Francis
2023-05-23 13:59 ` [PATCH v2 4/7] target/riscv: Change gen_set_pc_imm to gen_update_pc Weiwei Li
2023-05-23 20:31   ` Richard Henderson
2023-05-26  2:21   ` Alistair Francis
2023-05-23 13:59 ` [PATCH v2 5/7] target/riscv: Use true diff for gen_pc_plus_diff Weiwei Li
2023-05-23 20:34   ` Richard Henderson
2023-05-26  2:23   ` Alistair Francis
2023-05-23 13:59 ` [PATCH v2 6/7] target/riscv: Enable PC-relative translation Weiwei Li
2023-05-23 20:42   ` Richard Henderson
2023-05-26  2:28   ` Alistair Francis
2023-05-23 13:59 ` [PATCH v2 7/7] target/riscv: Remove pc_succ_insn from DisasContext Weiwei Li
2023-05-23 20:43   ` Richard Henderson
2023-05-26  2:28   ` Alistair Francis
2023-05-26  3:38 ` [PATCH v2 0/7] target/riscv: Add support for PC-relative translation Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).