Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/xtensa: import DSP3400 core | Max Filippov | 2020-08-21 | 1 | -0/+1 |
| | | | | | | DSP3400 is a DSP core with FPU2000 option. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | ||||
* | target/xtensa: import de233_fpu core | Max Filippov | 2020-08-21 | 1 | -0/+1 |
| | | | | | | de233_fpu is a variant of 233L core with double precision FPU. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | ||||
* | meson: target | Paolo Bonzini | 2020-08-21 | 1 | -0/+30 |
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> |