Skip to content

Commit

Permalink
checks/iperf: always run qemu with kvm
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 26, 2024
1 parent f6fe151 commit d6bd7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checks/iperf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d6bd7c1

Please sign in to comment.