Re: [Qemu-devel] [PATCH v2 3/8] target-i386: x87 exception pointers using TCG.

2014-08-30 Thread Jaume Martí
Hello, I see. I wasn't aware of such constraints. Thanks Best regards, Jaume On Sat, Aug 30, 2014 at 12:58 AM, Richard Henderson wrote: > On 08/28/2014 01:44 PM, Jaume Marti Farriol wrote: > > This patch includes changes in the helper parameters, for the > instructions involved in saving to m

Re: [Qemu-devel] [PATCH v2 3/8] target-i386: x87 exception pointers using TCG.

2014-08-29 Thread Richard Henderson
On 08/28/2014 01:44 PM, Jaume Marti Farriol wrote: > This patch includes changes in the helper parameters, for the instructions > involved in saving to memory and restoring the x87 exception pointers. > The changes are to include a new parameter to indicate if the processor is > running in protec