.alibaba.com;
> qemu-devel@nongnu.org; Iglesias, Francisco
> ; Michel, Luc
> Subject: Re: [PATCH 1/3] target/riscv: add a trap-misaligned-access property
>
> On Thu, Dec 12, 2024 at 7:21 AM Frederic Konrad wrote:
> >
> > On riscv target, misaligned accesses are either
On Thu, Dec 12, 2024 at 7:21 AM Frederic Konrad wrote:
>
> On riscv target, misaligned accesses are either authorized and implemented in
> hardware, or unimplemented and generate a trap to be implemented in software.
>
> At the moment misaligned accesses for rvi just succeed, the intention of this