Skip to content

Commit a25737d

Browse files
committed
nvmm is tested and works fine
Signed-off-by: Leonardo Taccari <[email protected]>
1 parent 6410674 commit a25737d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/qemu/qemu.go

Lines changed: 1 addition & 1 deletion
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)