* [Qemu-devel] Unaligned accesses in i386-softmmu on Sparc host
@ 2008-08-23 20:33 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-08-23 20:33 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-23 20:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23 20:33 [Qemu-devel] Unaligned accesses in i386-softmmu on Sparc host Blue Swirl
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).