Fix a regression where qemuopts was mistakenly defaulted to the empty
string. This prevents the sending of arbitrary QEMU options to tests,
which may be desirable for overriding the machine type. There was a
concern that allowing the tester to accept arbitrary options would add
headaches for anothe
GRUB has the capability to search all the disks for a cryptodisk of a
given UUID. Use this instead of hardcoding which disk is the cryptodisk,
which can change when devices are added or removed, or potentially when
QEMU is upgraded. This can not be done for the detached header tests
because the hea
On Tue, Mar 04, 2025 at 09:46:30PM +0300, Vladimir Serbinenko wrote:
> FreeBSD loader always passes "elf kernel". We currently pass
> "elf64 kernel" when loading 64-bit kernel. -CURRENT (HEAD) kernel
> accepts only "elf kernel", older kernel accepts either.
>
> Tested with FreeBSD and DragonFlyBSD