qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Unaligned accesses in i386-softmmu on Sparc host


From: Blue Swirl
Subject: [Qemu-devel] Unaligned accesses in i386-softmmu on Sparc host
Date: Sat, 23 Aug 2008 23:33:40 +0300

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 via email to

[Prev in Thread] Current Thread [Next in Thread]