On Thu, Jul 24, 2025 at 1:59 PM Frediano Ziglio <frediano.zig...@cloud.com> wrote: > > The size of the build ID for a PE file can be different from > ELF one, specifically 16 bytes instead of 20. > Allows to embed arbitrary build ID lengths. > The Xen ABI for retrieving the build ID allows arbitrary > lengths too (for instance see "xl info"). > > Signed-off-by: Frediano Ziglio <frediano.zig...@cloud.com>
Reviewed-by: Ross Lagerwall <ross.lagerw...@citrix.com> Thanks