Re: [PATCH v3 0/7] target/riscv: Add support for PC-relative translation

2023-05-31 Thread Alistair Francis
On Fri, May 26, 2023 at 5:24 PM Weiwei Li wrote: > > 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 addres

[PATCH v3 0/7] target/riscv: Add support for PC-relative translation

2023-05-26 Thread 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 supp