add qemu_test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 12:32:36 +0000 (13:32 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 12:32:36 +0000 (13:32 +0100)
commitceee1158581f67cfca88da6f2c1eb43230c5fedb
tree4d442f55c26fe9a1a50eca0584dbc3b2879b5c49
parent1891c1bf2b224648c7aa094c17452565d90bf9fd
add qemu_test
16 files changed:
src/openpower/simulator/__init__.py [new file with mode: 0644]
src/openpower/simulator/envcmds.py [new file with mode: 0644]
src/openpower/simulator/gas.py [new file with mode: 0644]
src/openpower/simulator/program.py [new file with mode: 0644]
src/openpower/simulator/qemu.py [new file with mode: 0644]
src/openpower/simulator/qemu_test/Makefile [new file with mode: 0644]
src/openpower/simulator/qemu_test/README.md [new file with mode: 0644]
src/openpower/simulator/qemu_test/gdbscript [new file with mode: 0644]
src/openpower/simulator/qemu_test/launch.sh [new file with mode: 0755]
src/openpower/simulator/qemu_test/test.s [new file with mode: 0644]
src/openpower/simulator/test_div_sim.py [new file with mode: 0644]
src/openpower/simulator/test_helloworld_sim.py [new file with mode: 0644]
src/openpower/simulator/test_mul_sim.py [new file with mode: 0644]
src/openpower/simulator/test_shift_sim.py [new file with mode: 0644]
src/openpower/simulator/test_sim.py [new file with mode: 0644]
src/openpower/simulator/test_trap_sim.py [new file with mode: 0644]