Re: [RFC 1/1] target/riscv: use a simplified loop to emulate rvv loads/stores only in user mode.

2024-10-01 Thread Daniel Henrique Barboza
Paolo, Usually we amend the existing patch with a new version instead of sending a new patch to amend a previous patch that got comments. I suggest you merge this change with your first patch here: https://patchew.org/QEMU/20240717153040.11073-1-paolo.sav...@embecosm.com/20240717153040.11073-2-

[RFC 1/1] target/riscv: use a simplified loop to emulate rvv loads/stores only in user mode.

2024-09-25 Thread Paolo Savini
The simplified emulation of vector loads and stores that bypasses the memory probing in the vext_ldst_us helper function seem to benefit only the user mode. We therefore limit this approach to the user mode configuration. Signed-off-by: Paolo Savini --- target/riscv/vector_helper.c | 3 ++- 1 fi