Hi Davide!
(Cc'ing QEMU mailing list)
On 14/1/26 16:20, Davide Cavalca wrote:
Hi Philippe,
I was looking at this series
https://lists.gnu.org/archive/html/qemu-devel/2025-11/msg03753.html by Daan,
which was queued for 11.0 per
https://lists.gnu.org/archive/html/qemu-devel/2025-11/msg03759.html , but I
can't actually find the commits in
https://gitlab.com/qemu-project/qemu/-/commits/master?ref_type=HEADS . Was
this merged in the end? https://bugzilla.redhat.com/show_bug.cgi?id=2385692 for
context, we're hitting this in Fedora and I wanted to evaluate the feasibility
of a backport. Thanks!
I remember when preparing a pull request it didn't passed our CI,
then I forgot about it... My bad :/
This is actually a dumb error due to the patch not respecting
our style:
ERROR: line over 90 characters
#55: FILE: hw/core/loader.c:922:
+ size_t ret = ZSTD_decompress(data,
LOAD_IMAGE_MAX_DECOMPRESSED_BYTES, *buffer + ploff, plsize);
Since I already queued the series, I'll fix the style and include
in my next PR. No need for Daan to repost.
Regards,
Phil.