Second try for the generic unaligned.h approach. This time including a fix for building stubdom with libxenguest, which is using a cruel hack to reuse the hypervisor's decompressing code.
Juergen Gross (2): xen: make include/xen/unaligned.h usable on all architectures xen: remove asm/unaligned.h .../guest/xg_dom_decompress_unsafe_zstd.c | 2 +- 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 | 53 +++++++++++-------- xen/lib/xxhash32.c | 2 +- xen/lib/xxhash64.c | 2 +- 10 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 xen/arch/x86/include/asm/unaligned.h -- 2.35.3
