Skip to content

Commit 10b006e

Browse files
committed
checks/iperf: always run qemu with kvm
1 parent 040309a commit 10b006e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checks/iperf.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
5454
# # keep the store paths built inside the VM across reboots
5555
# writableStoreUseTmpfs = false;
5656
qemu.options = [
57+
"-M" "q35,accel=kvm"
5758
"-cpu"
5859
{
5960
"aarch64-linux" = "cortex-a72";

0 commit comments

Comments
 (0)