[PATCH 0/3] x86/Dom0: support zstd compressed kernels

Jan Beulich posted 3 patches 3 years, 3 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/0eba95b9-66eb-2692-1da1-c27784b9f51e@suse.com
[PATCH 0/3] x86/Dom0: support zstd compressed kernels
Posted by Jan Beulich 3 years, 3 months ago
Linux has been offering this option of kernel compression
for quite some time - about time for us to start supporting
it. The series here covers Dom0 only; I simply didn't have
time to see about also integrating this into libxenguest.

1: introduce unaligned.h
2: lib: introduce xxhash
3: x86/Dom0: support zstd compressed kernels

Jan