David Craven <da...@craven.ch> skribis: > The other problem I forgot to mention is that many architectures that > qemu supports don't support a "kernel emulation" but only a "system > emulation".
I think we can leave this concern aside as a first approximation: --8<---------------cut here---------------start------------->8--- $ (cd ~/.guix-profile/bin/ ; ls -1 qemu-* |grep -v system-) qemu-aarch64 qemu-alpha qemu-arm qemu-armeb qemu-cris qemu-ga qemu-i386 qemu-img qemu-io qemu-m68k qemu-microblaze qemu-microblazeel qemu-mips qemu-mips64 qemu-mips64el qemu-mipsel qemu-mipsn32 qemu-mipsn32el qemu-nbd qemu-or32 qemu-ppc qemu-ppc64 qemu-ppc64abi32 qemu-ppc64le qemu-s390x qemu-sh4 qemu-sh4eb qemu-sparc qemu-sparc32plus qemu-sparc64 qemu-tilegx qemu-unicore32 qemu-x86_64 --8<---------------cut here---------------end--------------->8--- :-) Ludo’.