Skip to content

Commit

Permalink
qemu: use pci when machine == q35
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Apr 4, 2024
1 parent 1dc03aa commit bbb2d38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/runners/qemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ let

requirePci =
graphics.enable ||
machine == "q35" ||
shares != [] ||
pciInDevices;

Expand Down

0 comments on commit bbb2d38

Please sign in to comment.