From c5bf68e40895911bc2b7a39ef85d0c78a9778e09 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 26 Jan 2024 21:09:40 +0100 Subject: [PATCH] checks/iperf: always run qemu with kvm --- checks/iperf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/checks/iperf.nix b/checks/iperf.nix index 036d6c40..69d93568 100644 --- a/checks/iperf.nix +++ b/checks/iperf.nix @@ -54,6 +54,7 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw # # keep the store paths built inside the VM across reboots # writableStoreUseTmpfs = false; qemu.options = [ + "-M" "q35,accel=kvm" "-cpu" { "aarch64-linux" = "cortex-a72";