This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
f3185ec2f3
qemu-e2k
/
target
/
mips
/
tcg
/
sysemu
/
meson.build
6 lines
83 B
Meson
Raw
Normal View
History
Unescape
Escape
target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder Move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder, adapting the Meson machinery. Move the opcode definitions to tcg/sysemu_helper.h.inc. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-20-f4bug@amsat.org>
2021-04-13 11:51:53 +02:00
mips_softmmu_ss
.
add
(
files
(
'cp0_helper.c'
,
'mips-semi.c'
,
target/mips: Move tlb_helper.c to tcg/sysemu/ Move tlb_helper.c to the tcg/sysemu/ subdir, along with the following 3 declarations to tcg-internal.h: - cpu_mips_tlb_flush() - cpu_mips_translate_address() - r4k_invalidate_tlb() Simplify tlb_helper.c #ifdef'ry because files in tcg/sysemu/ are only build when sysemu mode is configured. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-22-f4bug@amsat.org>
2021-04-13 11:46:18 +02:00
'tlb_helper.c'
,
target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder Move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder, adapting the Meson machinery. Move the opcode definitions to tcg/sysemu_helper.h.inc. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-20-f4bug@amsat.org>
2021-04-13 11:51:53 +02:00
)
)
Reference in New Issue
Copy Permalink