Skip to content

Commit

Permalink
enable kvm?
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed May 16, 2024
1 parent 8a8fd1b commit 8151a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func qemuArgs() string {
if runtime.GOOS == "darwin" {
return "-machine q35,accel=hvf:tcg -smp 4 -cpu host"
}
return "-cpu host"
return "-machine q35,accel=kvm -smp 4 -cpu host"
}

func createSSHKeys() (string, error) {
Expand Down

0 comments on commit 8151a82

Please sign in to comment.