All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] qemu Makefile.target cpu-all.h cpu-exec.c dynge...
Date: Mon, 07 May 2007 22:27:49 +0200	[thread overview]
Message-ID: <463F8BC5.8040300@mail.berlios.de> (raw)
In-Reply-To: <463F8AAE.3030700@mail.berlios.de>

For Linux usermode emulation, this patch was missing.

Stefan

Index: cpu-exec.c
===================================================================
--- cpu-exec.c  (Revision 656)
+++ cpu-exec.c  (Arbeitskopie)
@@ -1545,9 +1545,10 @@

 #elif defined(__mips__)

-int cpu_signal_handler(int host_signum, struct siginfo *info,
+int cpu_signal_handler(int host_signum, void *pinfo,
                        void *puc)
 {
+    struct siginfo *info = (struct siginfo *)pinfo;
     struct ucontext *uc = puc;
     greg_t pc = uc->uc_mcontext.pc;
     int is_write;
   

  reply	other threads:[~2007-05-07 20:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-05 19:23 [Qemu-devel] qemu Makefile.target cpu-all.h cpu-exec.c dynge Thiemo Seufer
2007-05-07 20:23 ` [Qemu-devel] [PATCH] " Stefan Weil
2007-05-07 20:27   ` Stefan Weil [this message]
2007-05-07 22:48   ` Johannes Schindelin
2007-05-09  0:02   ` Thiemo Seufer
2007-07-31 20:49     ` [Qemu-devel] [PATCH] QEMU Mips Host Stefan Weil
2007-05-09  0:17   ` [Qemu-devel] [PATCH] qemu Makefile.target cpu-all.h cpu-exec.c dynge Thiemo Seufer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=463F8BC5.8040300@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.