Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/cris: Make cris_cpu_tlb_fill sysemu only | Richard Henderson | 2021-11-02 | 1 | -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: target | Paolo Bonzini | 2020-08-21 | 1 | -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> |