qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Lars Munch <lars@segv.dk>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] linux-user: fix running programs with iwmmxt instructions
Date: Mon, 15 Mar 2010 13:39:32 +0100	[thread overview]
Message-ID: <20100315123932.GB8895@firewall> (raw)


When using linux-user for emulating an pxa270 we cannot generate an illegal
instruction trap to the kernel to save/load the iwmmxt registers.

Signed-off-by: Lars Munch <lars@segv.dk>
---
 target-arm/translate.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/target-arm/translate.c b/target-arm/translate.c
index cdfe946..6b621b1 100644
--- a/target-arm/translate.c
+++ b/target-arm/translate.c
@@ -5802,9 +5802,11 @@ static int disas_coproc_insn(CPUState * env, DisasContext *s, uint32_t insn)
     int cpnum;
 
     cpnum = (insn >> 8) & 0xf;
+#if !defined(CONFIG_USER_ONLY)
     if (arm_feature(env, ARM_FEATURE_XSCALE)
 	    && ((env->cp15.c15_cpar ^ 0x3fff) & (1 << cpnum)))
 	return 1;
+#endif
 
     switch (cpnum) {
       case 0:
-- 
1.7.0

             reply	other threads:[~2010-03-15 12:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-15 12:39 Lars Munch [this message]
2010-03-15 12:53 ` [Qemu-devel] [PATCH] linux-user: fix running programs with iwmmxt instructions Paul Brook
2010-03-15 16:14   ` Lars Munch

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=20100315123932.GB8895@firewall \
    --to=lars@segv.dk \
    --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).