Skip to content

Commit ce2ffa6

Browse files
committed
qemu: only run with kvm when intended
1 parent 4960e34 commit ce2ffa6

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
@@ -63,7 +63,7 @@ let
6363

6464
accel =
6565
if microvmConfig.cpu == null
66-
then "accel=kvm:tcg"
66+
then "accel=kvm"
6767
else "accel=tcg";
6868

6969
# PCI required by vfio-pci for PCI passthrough

0 commit comments

Comments
 (0)