unicorn/qemu/default-configs
Lioncash b6f752970b
target/riscv: Initial introduction of the RISC-V target
This ports over the RISC-V architecture from Qemu. This is currently a
very barebones transition. No code hooking or any fancy stuff.
Currently, you can feed it instructions and query the CPU state itself.

This also allows choosing whether or not RISC-V 32-bit or RISC-V 64-bit
is desirable through Unicorn's interface as well.

Extremely basic examples of executing a single instruction have been
added to the samples directory to help demonstrate how to use the basic
functionality.
2019-03-08 21:46:10 -05:00
..
aarch64-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
aarch64eb-softmmu.mak arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00
arm-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
armeb-softmmu.mak armeb: Add support for ARM big endian. 2017-03-13 22:32:44 +08:00
i386-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
m68k-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
mips64-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
mips64el-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
mips-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
mipsel-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
ppc64-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
ppc-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
ppcemb-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
riscv32-softmmu.mak target/riscv: Initial introduction of the RISC-V target 2019-03-08 21:46:10 -05:00
riscv64-softmmu.mak target/riscv: Initial introduction of the RISC-V target 2019-03-08 21:46:10 -05:00
sparc64-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
sparc-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00
x86_64-softmmu.mak cleanup qemu/default-configs/ 2017-01-19 14:52:30 +08:00