[PATCH 0/2] xen: have a more generic unaligned.h header

Juergen Gross posted 2 patches 4 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231205100756.18920-1-jgross@suse.com
There is a newer version of this series
xen/arch/x86/include/asm/unaligned.h |   6 --
xen/common/lz4/defs.h                |   2 +-
xen/common/lzo.c                     |   2 +-
xen/common/unlzo.c                   |   2 +-
xen/common/xz/private.h              |   2 +-
xen/common/zstd/mem.h                |   2 +-
xen/include/xen/unaligned.h          | 121 +++++++++++++++++++--------
xen/lib/xxhash32.c                   |   2 +-
xen/lib/xxhash64.c                   |   2 +-
9 files changed, 93 insertions(+), 48 deletions(-)
delete mode 100644 xen/arch/x86/include/asm/unaligned.h
[PATCH 0/2] xen: have a more generic unaligned.h header
Posted by Juergen Gross 4 months, 3 weeks ago
Update Xen's unaligned.h header to support all architectures, allowing
to remove the architecture specific variants (x86 only until now).

Juergen Gross (2):
  xen: make include/xen/unaligned.h usable on all architectures
  xen: remove asm/unaligned.h

 xen/arch/x86/include/asm/unaligned.h |   6 --
 xen/common/lz4/defs.h                |   2 +-
 xen/common/lzo.c                     |   2 +-
 xen/common/unlzo.c                   |   2 +-
 xen/common/xz/private.h              |   2 +-
 xen/common/zstd/mem.h                |   2 +-
 xen/include/xen/unaligned.h          | 121 +++++++++++++++++++--------
 xen/lib/xxhash32.c                   |   2 +-
 xen/lib/xxhash64.c                   |   2 +-
 9 files changed, 93 insertions(+), 48 deletions(-)
 delete mode 100644 xen/arch/x86/include/asm/unaligned.h

-- 
2.35.3