On 12/09/2025 3:39 am, dmuk...@xen.org wrote: > On Fri, Sep 12, 2025 at 02:15:34AM +0100, Andrew Cooper wrote: >> The OVMF package in Debian Trixie has _4M suffixes on the files. Have >> scripts/include/xtf-x86-64-efi check for this before falling back to no >> suffix. >> >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > Reviewed-by: Denis Mukhin <dmuk...@ford.com>
Thanks. Testing revealed that I also need: -drive if=pflash,format=raw,file=${WORKDIR}/OVMF_VARS${suff}.fd because the cp has ${WORKDIR} as the destination, so the file retains it's source name. I've folded this fix, and https://gitlab.com/xen-project/hardware/xen-staging/-/jobs/11334759836 is happy now. ~Andrew