]> xenbits.xensource.com Git - xen.git/commit
xen/arch: Switch to new byteorder infrastructure
authorLin Liu <lin.liu@citrix.com>
Mon, 9 May 2022 05:47:10 +0000 (06:47 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 18 Apr 2025 14:16:12 +0000 (15:16 +0100)
commit958581014b6fc35ebdc060940e2622960c4d553c
tree20349536960f54b3e82461a68ba0293daf14e057
parent60dcff871e34fd788bffccfcd5a936f7984d0a69
xen/arch: Switch to new byteorder infrastructure

This needs to be done in several steps, because of common vs arch issues.
Start by using the new common infrastructure inside the arch infrastructure.

libelf-private.h is awkward, and the only thing in Xen using swab??()
directly.  It needs updating at the same time.

Signed-off-by: Lin Liu <lin.liu@citrix.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/include/asm/byteorder.h
xen/arch/ppc/include/asm/byteorder.h
xen/arch/riscv/include/asm/byteorder.h
xen/arch/x86/include/asm/byteorder.h
xen/common/libelf/libelf-private.h