From: "Jun Peng" <jun7903cn@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu on mips patch
Date: Sat, 2 Jun 2007 21:58:04 +0800 [thread overview]
Message-ID: <ab4614040706020658t1fb8b2f3u295b9c40b832e9a1@mail.gmail.com> (raw)
Sorry, sorry, I did send a wrony "cpu_signal_handler()"!
in cpu-exec.c:
#include <sys/user.h>
int cpu_signal_handler(int host_signum, void *pinfo,
void *puc)
{
siginfo_t *info = pinfo;
struct ucontext *uc = puc;
unsigned long pc;
int is_write;
pc = uc->uc_mcontext.pc;
/* XXX: compute is_write */
is_write = 0;
return handle_cpu_signal(pc, (unsigned long)info->si_addr,
is_write,
&uc->uc_sigmask, puc);
}
next reply other threads:[~2007-06-02 13:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-02 13:58 Jun Peng [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-06-07 8:05 [Qemu-devel] qemu on mips patch Jun Peng
2007-06-02 6:37 Jun Peng
2007-06-03 13:30 ` 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=ab4614040706020658t1fb8b2f3u295b9c40b832e9a1@mail.gmail.com \
--to=jun7903cn@gmail.com \
--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 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).