Fixed here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=250b1da35d579f423
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1881450
T
** Changed in: qemu
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1881450
Title:
Emulation of a math function fails for m68k Linux user mode
Status in Q
Fix available.
Execution doesn't fail anymore:
Profiling function expm1f():
Elapsed time: 41 ms
Control result: 71805.108342
Control result matches real hardware one:
Profiling function expm1f():
Elapsed time: 2152 ms
Control result: 71805.108342
** Changed in: qemu
** Patch added: "0001-target-m68k-implement-opcode-fetoxm1x.patch"
https://bugs.launchpad.net/qemu/+bug/1881450/+attachment/5379012/+files/0001-target-m68k-implement-opcode-fetoxm1x.patch
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to
Tracing gives me:
IN: expm1f
0x85cc: fetoxm1x %fp2,%fp0
Disassembler disagrees with translator over instruction decoding
Please report this to qemu-devel@nongnu.org
(gdb) x/2hx 0x85cc
0x85cc: 0xf200 0x0808
The instruction is not implemented in qemu. I fix that.
--
You receive
** Changed in: qemu
Assignee: (unassigned) => Laurent Vivier (laurent-vivier)
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1881450
Title:
Emulation of a math function fails for m68k Linux use
** Attachment added: "math-example.c"
https://bugs.launchpad.net/qemu/+bug/1881450/+attachment/5378914/+files/math-example.c
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1881450
Title:
Emulati