Re: DROPME [XEN PATCH 0/2] Use streaming decompression for ZSTD kernels

2023-05-10 Thread Rafaël Kooi
On 10/05/2023 02:18, Rafaël Kooi wrote:> I've attempted to get Xen to boot Arch Linux as a unified EFI binary. Using https://xenbits.xen.org/docs/unstable/misc/efi.html as my source of information, I've been able to build a unified binary. When trying to boot the kernel Xen complains that the st

Re: [XEN PATCH 0/2] Use streaming decompression for ZSTD kernels

2023-05-10 Thread Jan Beulich
On 10.05.2023 02:18, Rafaël Kooi wrote: > A problem I ran into was that adding book keeping to decompress.c would > result in either a .data section being added or a .bss.* section. The > linker would complain about this. And since I am not familiar with this > code, and why it is this way, I opted

[XEN PATCH 0/2] Use streaming decompression for ZSTD kernels

2023-05-09 Thread Rafaël Kooi
I've attempted to get Xen to boot Arch Linux as a unified EFI binary. Using https://xenbits.xen.org/docs/unstable/misc/efi.html as my source of information, I've been able to build a unified binary. When trying to boot the kernel Xen complains that the stream is corrupt ("ZSTD-compressed data is co