Skip to content

Commit d0ac4be

Browse files
committed
qemu: improve pci on machine microvm
1 parent 609f964 commit d0ac4be

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
@@ -72,7 +72,7 @@ let
7272

7373
requirePci =
7474
graphics.enable ||
75-
machine == "q35" ||
75+
(! lib.hasPrefix "microvm" machine) ||
7676
shares != [] ||
7777
pciInDevices;
7878

0 commit comments

Comments
 (0)