Skip to content

Commit

Permalink
Merge pull request #914 from iamleot/nvmm-tested
Browse files Browse the repository at this point in the history
`nvmm` is tested and works fine
  • Loading branch information
AkihiroSuda authored Jun 20, 2022
2 parents 1d5e023 + a25737d commit 30c5594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ func getAccel(arch limayaml.Arch) string {
case "linux":
return "kvm"
case "netbsd":
return "nvmm" // untested
return "nvmm"
case "windows":
return "whpx" // untested
}
Expand Down

0 comments on commit 30c5594

Please sign in to comment.