qemu-e2k/target/tricore
Eduardo Otubo b190f477e2 qemu-system-tricore: segfault when entering "x 0" on the monitor
Starting Qemu with "qemu-system-tricore -nographic -M tricore_testboard -S"
and entering "x 0" at the monitor prompt leads to Segmentation fault.
This happens because tricore_cpu_get_phys_page_debug() is not implemented
yet, this is a temporary workaround to avoid the crash.

Signed-off-by: Eduardo Otubo <otubo@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2017-07-31 13:06:38 +03:00
..
Makefile.objs Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c qemu-system-tricore: segfault when entering "x 0" on the monitor 2017-07-31 13:06:38 +03:00
cpu.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
csfr.def Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
fpu_helper.c target-tricore: Add updfl instruction 2017-01-11 14:37:37 +01:00
helper.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.h TriCore FPU patches 2017-01-12 18:29:49 +00:00
op_helper.c target-tricore: Use clrsb helper 2017-01-10 08:47:48 -08:00
translate.c tcg: Pass generic CPUState to gen_intermediate_code() 2017-07-19 14:45:16 -07:00
tricore-defs.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
tricore-opcodes.h target-tricore: Added new JNE instruction variant 2017-01-11 14:37:28 +01:00