target/rx: CPU definitions
commit27a4a30e2945bbc4d073524c62a75b641715c832
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 21 Jan 2019 13:23:56 +0000 (21 05:23 -0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 19 Mar 2020 16:58:05 +0000 (19 17:58 +0100)
tree6ff40facc034d254e08cfaa5641da663395374de
parent075d047e2bd69d01d8718f5b2750020151f96d2f
target/rx: CPU definitions

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use newer QOM style, split cpu-qom.h, restrict access to
 extable array, use rx_cpu_tlb_fill() extracted from patch of
 Yoshinori Sato 'Convert to CPUClass::tlb_fill', call cpu_reset
 after qemu_init_vcpu, make rx_crname a function]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200224141923.82118-7-ysato@users.sourceforge.jp>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use GByteArray in gdbstub (rebase commit a010bdbe),
 use device_class_set_parent_reset (rebase commit 781c67ca)]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
gdb-xml/rx-core.xml [new file with mode: 0644]
target/rx/Makefile.objs
target/rx/cpu-param.h [new file with mode: 0644]
target/rx/cpu-qom.h [new file with mode: 0644]
target/rx/cpu.c [new file with mode: 0644]
target/rx/cpu.h [new file with mode: 0644]
target/rx/gdbstub.c [new file with mode: 0644]
target/rx/translate.c