From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Unaligned accesses in i386-softmmu on Sparc host
Date: Sat, 23 Aug 2008 23:33:40 +0300 [thread overview]
Message-ID: <f43fc5580808231333u337c5298g87c0fa716d1249c@mail.gmail.com> (raw)
Hi,
Now that Sparc emulators work somewhat on Sparc64 host, I tried
i386-softmmu, but the first instruction causes a bus error. The crash
happens at __ldw_cmmu:
Program received signal SIGBUS, Bus error.
__ldw_cmmu (addr=0xfffffff1, mmu_idx=0x0) at cpu-all.h:242
242 __asm__ __volatile__ ("lduha [%1] %2, %0" : "=r" (val) : "r" (ptr),
I think ALIGNED_ONLY is not enabled, but it should be.
reply other threads:[~2008-08-23 20:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=f43fc5580808231333u337c5298g87c0fa716d1249c@mail.gmail.com \
--to=blauwirbel@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).