tests: use nixpkgs qemu-common for proper machine type configuration
QEMU on aarch64 requires an explicit machine type (e.g., '-machine virt'), unlike x86_64 which has a default. Previously, the test script hardcoded 'qemu-kvm' without machine type arguments, causing aarch64 tests to fail with "No machine specified, and there is no default". By importing and using nixpkgs' qemu-common.nix library, we reuse the existing platform-specific QEMU configuration logic.
This commit is contained in:
committed by
Jörg Thalheim
parent
af087d076d
commit
a19c2b6d3a
Reference in New Issue
Block a user