···79 else if final.isAarch64 then "arm64"
80 else if final.isx86_32 then "x86"
81 else if final.isx86_64 then "ia64"
082 else final.parsed.cpu.name;
8384 qemuArch =
···79 else if final.isAarch64 then "arm64"
80 else if final.isx86_32 then "x86"
81 else if final.isx86_64 then "ia64"
82+ else if final.isMips then "mips"
83 else final.parsed.cpu.name;
8485 qemuArch =