[PATCH 2/2] xen: remove asm/unaligned.h

2023-12-05 Thread Juergen Gross
With include/xen/unaligned.h now dealing properly with unaligned accesses for all architectures, asm/unaligned.h can be removed and users can be switched to include xen/unaligned.h instead. Signed-off-by: Juergen Gross --- xen/arch/x86/include/asm/unaligned.h | 6 -- xen/common/lz4/defs.h

[PATCH 2/2] xen: remove asm/unaligned.h

2023-12-12 Thread Juergen Gross
With include/xen/unaligned.h now dealing properly with unaligned accesses for all architectures, asm/unaligned.h can be removed and users can be switched to include xen/unaligned.h instead. Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich --- xen/arch/x86/include/asm/unaligned.h | 6 --

Re: [PATCH 2/2] xen: remove asm/unaligned.h

2023-12-05 Thread Jan Beulich
On 05.12.2023 11:07, Juergen Gross wrote: > With include/xen/unaligned.h now dealing properly with unaligned > accesses for all architectures, asm/unaligned.h can be removed and > users can be switched to include xen/unaligned.h instead. > > Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich