Skip to content

Commit bbb2d38

Browse files
committed
qemu: use pci when machine == q35
1 parent 1dc03aa commit bbb2d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ let
7272

7373
requirePci =
7474
graphics.enable ||
75+
machine == "q35" ||
7576
shares != [] ||
7677
pciInDevices;
7778

0 commit comments

Comments
 (0)