Skip to content

Commit a800cba

Browse files
committed
qemu: only run with kvm when intended
1 parent d397845 commit a800cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let
6464

6565
accel =
6666
if microvmConfig.cpu == null
67-
then "kvm:tcg"
67+
then "kvm"
6868
else "tcg";
6969

7070
# PCI required by vfio-pci for PCI passthrough

0 commit comments

Comments
 (0)