qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Palle Lyckegaard
Subject: [Qemu-devel] [PATCH] Added missing sigbus_reraise() to non-Linux platforms
Date: Sun, 13 Mar 2011 20:16:52 +0000 (UTC)
User-agent: Alpine 2.00 (NEB 1167 2008-08-23)

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 <address@hidden>
---
 cpus.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/cpus.c b/cpus.c
index 077729c..02ba1be 100644
--- a/cpus.c
+++ b/cpus.c
@@ -250,6 +250,11 @@ static void qemu_init_sigbus(void)
 static void qemu_init_sigbus(void)
 {
 }
+
+static void sigbus_reraise(void)
+{
+}
+
 #endif /* !CONFIG_LINUX */

 #ifndef _WIN32
--
1.5.6.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]