Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-03 | default-configs: move files to default-configs/devices/ | Paolo Bonzini | |
Make room for target files in default-configs/targets/ Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2017-01-23 | target-hppa: Add framework and enable compilation | Richard Henderson | |
This is just about the minimum required to enable compilation without actually executing any instructions. This contains the HPPACPU structure and the required callbacks, the gdbstub, the basic translation loop, and a translate_one function that always results in an illegal instruction. Signed-off-by: Richard Henderson <rth@twiddle.net> |