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 Feb 4, 2024
1 parent e3a3270 commit c5bf68e
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 c5bf68e

Please sign in to comment.