Skip to content

Instantly share code, notes, and snippets.

@doug65536
Last active June 7, 2021 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doug65536/e66e07c862a95c716720a55df69ac611 to your computer and use it in GitHub Desktop.
Save doug65536/e66e07c862a95c716720a55df69ac611 to your computer and use it in GitHub Desktop.
mips64 alpha mips64el mipsel hppa i386 ppc ppc64 x86_64 mips <- support secondary-vga
declare -a works=() && for arch in $qemuarches; do qemu-system-$arch -device secondary-vga -monitor stdio < <(printf 'q\n') && works+=($arch); done ; echo "${works[@]}"
qemuarches=aarch64 mips64 s390x alpha mips64el sh4 arm mipsel sh4eb avr moxie sparc cris nios2 sparc64 hppa or1k tricore i386 ppc unicore32 lm32 ppc64 x86_64 m68k ppcemb spice microblaze riscv32 xtensa microblazeel riscv64 xtensaeb mips rx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment