Re: [PATCH v2 1/3] xen/arm: set -mno-unaligned-access compiler option for Arm32

2023-12-06 Thread Julien Grall
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

Re: [PATCH v2 1/3] xen/arm: set -mno-unaligned-access compiler option for Arm32

2023-12-06 Thread Julien Grall
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

Re: [PATCH v2 1/3] xen/arm: set -mno-unaligned-access compiler option for Arm32

2023-12-06 Thread Juergen Gross
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

Re: [PATCH v2 1/3] xen/arm: set -mno-unaligned-access compiler option for Arm32

2023-12-06 Thread Jan Beulich
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: