mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
First try at supporting ordinary signals for CRIS linux-user guests.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3999 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cbdbb7713d
commit
b6d3abda68
2 changed files with 175 additions and 0 deletions
|
@ -1673,6 +1673,9 @@ void cpu_loop (CPUState *env)
|
|||
queue_signal(info.si_signo, &info);
|
||||
}
|
||||
break;
|
||||
case EXCP_INTERRUPT:
|
||||
/* just indicate that signals should be handled asap */
|
||||
break;
|
||||
case EXCP_BREAK:
|
||||
ret = do_syscall(env,
|
||||
env->regs[9],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue