qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Added missing sigbus_reraise() to non-Linux platforms
@ 2011-03-13 20:16 Palle Lyckegaard
  2011-03-14 10:03 ` Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: Palle Lyckegaard @ 2011-03-13 20:16 UTC (permalink / raw)
  To: qemu-devel

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 <palle@lyckegaard.dk>
---
  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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-14 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-13 20:16 [Qemu-devel] [PATCH] Added missing sigbus_reraise() to non-Linux platforms Palle Lyckegaard
2011-03-14 10:03 ` Stefan Hajnoczi
2011-03-14 10:44   ` [Qemu-devel] " Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).