Re: [Qemu-devel] [PATCH v2] target-i386: update fp status fix

2014-09-17 Thread Richard Henderson
On 09/17/2014 02:16 AM, Paolo Bonzini wrote: > > Looks good. Richard, are you going to pick it up or shall I? Go ahead. r~

Re: [Qemu-devel] [PATCH v2] target-i386: update fp status fix

2014-09-17 Thread Paolo Bonzini
Il 17/09/2014 10:05, Pavel Dovgalyuk ha scritto: > This patch introduces cpu_set_fpuc() function, which changes fpuc field > of the CPU state and calls update_fp_status() function. > These calls update status of softfloat library and prevent bugs caused > by non-coherent rounding settings of the FP

Re: [Qemu-devel] [PATCH v2] target-i386: update fp status fix

2014-09-17 Thread TeLeMan
On Wed, Sep 17, 2014 at 4:05 PM, Pavel Dovgalyuk wrote: > This patch introduces cpu_set_fpuc() function, which changes fpuc field > of the CPU state and calls update_fp_status() function. > These calls update status of softfloat library and prevent bugs caused > by non-coherent rounding settings o

[Qemu-devel] [PATCH v2] target-i386: update fp status fix

2014-09-17 Thread Pavel Dovgalyuk
This patch introduces cpu_set_fpuc() function, which changes fpuc field of the CPU state and calls update_fp_status() function. These calls update status of softfloat library and prevent bugs caused by non-coherent rounding settings of the FPU and softfloat. v2 changes: * Added missed calls and i