Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/m68k: Make semihosting system only | Richard Henderson | 2022-06-28 | 1 | -2/+4 |
| | | | | | | | | | While we had a call to do_m68k_semihosting in linux-user, it wasn't actually reachable. We don't include DISAS_INSN(halt) as an instruction unless system mode. Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||||
* | meson: target | Paolo Bonzini | 2020-08-21 | 1 | -0/+17 |
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> |