summaryrefslogtreecommitdiffstats
path: root/target/cris/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-2/+5
| | | | | | | | | | | | The fallback code in cpu_loop_exit_sigsegv is sufficient for cris linux-user. Remove the code from cpu_loop that handled the unnamed 0xaa exception. This makes all of the code in helper.c sysemu only, so remove the ifdefs and move the file to cris_softmmu_ss. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* meson: targetPaolo Bonzini2020-08-211-0/+14
Similar to hw_arch, each architecture defines two sourceset which are placed in dictionaries target_arch and target_softmmu_arch. These are then picked up from there when building the per-emulator static_library. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>