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

2023-05-25 Thread Alistair Francis
On Wed, May 24, 2023 at 12:15 AM 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 addre

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

2023-05-23 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