Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-30 | target/hppa: Add control registers | Richard Henderson | |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | |||
2017-11-07 | linux-user/hppa: Fix cpu_clone_regs | Richard Henderson | |
By failing to return from the syscall in the child, the child issues another clone syscall and hilarity ensues. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org> | |||
2017-01-23 | linux-user: Add HPPA target_signal.h and target_cpu.h | Richard Henderson | |
The cpu.h structure that these manipulate hasn't been defined yet, but we haven't enabled compilation yet either. Signed-off-by: Richard Henderson <rth@twiddle.net> |