Skip to content

Commit

Permalink
nixos/lib/qemu-common: add riscv{32,64}-linux to qemu guest matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
picostove authored and alyssais committed Apr 29, 2024
1 parent 8cf34f7 commit a7931ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/lib/qemu-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ rec {
aarch64-linux = "${qemuPkg}/bin/qemu-system-aarch64 -machine virt,gic-version=max,accel=kvm:tcg -cpu max";
powerpc64le-linux = "${qemuPkg}/bin/qemu-system-ppc64 -machine powernv";
powerpc64-linux = "${qemuPkg}/bin/qemu-system-ppc64 -machine powernv";
riscv32-linux = "${qemuPkg}/bin/qemu-system-riscv32 -machine virt";
riscv64-linux = "${qemuPkg}/bin/qemu-system-riscv64 -machine virt";
x86_64-darwin = "${qemuPkg}/bin/qemu-kvm -cpu max";
};
otherHostGuestMatrix = {
Expand Down

0 comments on commit a7931ad

Please sign in to comment.