On 06/12/2023 10:57, Julien Grall wrote:
Hi Juergen,
On 06/12/2023 10:00, Juergen Gross wrote:
On 06.12.23 09:44, Jan Beulich wrote:
On 06.12.2023 08:10, Juergen Gross wrote:
As the hypervisor is disabling unaligned accesses for Arm32, set the
-mno-unaligned-access compiler option for buil
Hi Juergen,
On 06/12/2023 10:00, Juergen Gross wrote:
On 06.12.23 09:44, Jan Beulich wrote:
On 06.12.2023 08:10, Juergen Gross wrote:
As the hypervisor is disabling unaligned accesses for Arm32, set the
-mno-unaligned-access compiler option for building. This will prohibit
unaligned accesses w
On 06.12.23 09:44, Jan Beulich wrote:
On 06.12.2023 08:10, Juergen Gross wrote:
As the hypervisor is disabling unaligned accesses for Arm32, set the
-mno-unaligned-access compiler option for building. This will prohibit
unaligned accesses when e.g. accessing 2- or 4-byte data items in
packed dat
On 06.12.2023 08:10, Juergen Gross wrote:
> As the hypervisor is disabling unaligned accesses for Arm32, set the
> -mno-unaligned-access compiler option for building. This will prohibit
> unaligned accesses when e.g. accessing 2- or 4-byte data items in
> packed data structures.
>
> Signed-off-by: