[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-08-20 Thread Thomas Huth
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

[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-06-02 Thread Laurent Vivier
** 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

[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-05-31 Thread Laurent Vivier
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

[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-05-31 Thread Laurent Vivier
** 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

[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-05-31 Thread Laurent Vivier
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

[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-05-30 Thread Laurent Vivier
** 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

[Bug 1881450] Re: Emulation of a math function fails for m68k Linux user mode

2020-05-30 Thread Ahmed Karaman
** 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