]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Fix openrisc cpu_loop
authorRichard Henderson <rth@twiddle.net>
Tue, 7 Feb 2017 05:30:13 +0000 (21:30 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 13 Feb 2017 21:14:58 +0000 (08:14 +1100)
commita0adc417a0b22e9b33a529133e04822753067f33
tree084c668443a3dc56b89ec07b50e46066fcf8834a
parentab9023385576389e68b937d744de8ef8a0a4dc7a
linux-user: Fix openrisc cpu_loop

We need to handle EXCP_DEBUG and EXCP_INTERRUPT.
We need to send signals to the guest using queue_signal.

Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/main.c