Skip to content

Commit 30c5594

Browse files
authored
Merge pull request #914 from iamleot/nvmm-tested
`nvmm` is tested and works fine
2 parents 1d5e023 + a25737d commit 30c5594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/qemu/qemu.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ func getAccel(arch limayaml.Arch) string {
606606
case "linux":
607607
return "kvm"
608608
case "netbsd":
609-
return "nvmm" // untested
609+
return "nvmm"
610610
case "windows":
611611
return "whpx" // untested
612612
}

0 commit comments

Comments
 (0)