On Sun, Mar 13, 2011 at 8:16 PM, Palle Lyckegaard wrote:
> Hi,
>
> File cpus.c seems to be missing sigbus_reraise() on non-Linux platforms. The
> following patch fixes building qemu on Solaris 11 Express (SPARC).
>
> Regards
> Palle
>
>
>
>
> Signed-off-by: Palle Lyckegaard
> ---
> cpus.c | 5
Hi,
File cpus.c seems to be missing sigbus_reraise() on non-Linux platforms.
The following patch fixes building qemu on Solaris 11 Express (SPARC).
Regards
Palle
Signed-off-by: Palle Lyckegaard
---
cpus.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/cpus.c