Re: [Qemu-devel] [PATCH] Added missing sigbus_reraise() to non-Linux platforms

2011-03-14 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH] Added missing sigbus_reraise() to non-Linux platforms

2011-03-13 Thread Palle Lyckegaard
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